diff --git a/CHANGELOG.md b/CHANGELOG.md index 0862e360..9b2c5fb2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ > All notable changes to this project will be documented in this file +## [1.54.0](https://github.com/open-sauced/docs/compare/v1.53.0...v1.54.0) (2023-11-30) + + +### Features + +* Update sidebar with new sections ([#217](https://github.com/open-sauced/docs/issues/217)) ([20f4dfe](https://github.com/open-sauced/docs/commit/20f4dfe8abc2bea0b5f4463e15c8f9d2de25e4d9)) + ## [1.53.0](https://github.com/open-sauced/docs/compare/v1.52.0...v1.53.0) (2023-11-28) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 467f241d..72f00ac1 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "@open-sauced/docs.opensauced.pizza", - "version": "1.53.0", + "version": "1.54.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@open-sauced/docs.opensauced.pizza", - "version": "1.53.0", + "version": "1.54.0", "hasInstallScript": true, "dependencies": { "@docusaurus/core": "2.4.0", diff --git a/package.json b/package.json index d002f3ae..32a90930 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@open-sauced/docs.opensauced.pizza", - "version": "1.53.0", + "version": "1.54.0", "private": true, "engines": { "node": "^18",