diff --git a/CHANGELOG.md b/CHANGELOG.md index 184a879c..a1a2ac93 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,18 @@ > All notable changes to this project will be documented in this file +## [1.61.0](https://github.com/open-sauced/docs/compare/v1.60.0...v1.61.0) (2024-01-30) + + +### Features + +* update project documentation with SEO keywords ([#237](https://github.com/open-sauced/docs/issues/237)) ([664cc7f](https://github.com/open-sauced/docs/commit/664cc7f0edd23db9688bbc32044c00498e4e2581)) + + +### Bug Fixes + +* build error ([#240](https://github.com/open-sauced/docs/issues/240)) ([6f602a5](https://github.com/open-sauced/docs/commit/6f602a56ad2feff50b44ca816bbf59abf0b692b7)) + ## [1.60.0](https://github.com/open-sauced/docs/compare/v1.59.0...v1.60.0) (2024-01-05) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 811e13dd..3733bd0d 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "@open-sauced/docs.opensauced.pizza", - "version": "1.60.0", + "version": "1.61.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@open-sauced/docs.opensauced.pizza", - "version": "1.60.0", + "version": "1.61.0", "hasInstallScript": true, "dependencies": { "@docusaurus/core": "2.4.0", diff --git a/package.json b/package.json index 73214ae7..1c87fbc0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@open-sauced/docs.opensauced.pizza", - "version": "1.60.0", + "version": "1.61.0", "private": true, "engines": { "node": "^18",