diff --git a/CHANGELOG.md b/CHANGELOG.md index e833b88d..55f6d745 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,18 @@ > All notable changes to this project will be documented in this file +## [1.57.0](https://github.com/open-sauced/docs/compare/v1.56.0...v1.57.0) (2023-12-10) + + +### Bug Fixes + +* remove storybook id from sidebar file ([#231](https://github.com/open-sauced/docs/issues/231)) ([f14b184](https://github.com/open-sauced/docs/commit/f14b1844575775f1dcabf0c8f1363f836dbb4a76)) + + +### Documentation + +* Provide Docs Feedback & Fix Markdown and Metadata for Consistency ([#213](https://github.com/open-sauced/docs/issues/213)) ([7264c3e](https://github.com/open-sauced/docs/commit/7264c3eee13417f100f2e54a311494daab44bbe0)) + ## [1.56.0](https://github.com/open-sauced/docs/compare/v1.55.1...v1.56.0) (2023-12-07) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 91a547f0..364d43a9 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "@open-sauced/docs.opensauced.pizza", - "version": "1.56.0", + "version": "1.57.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@open-sauced/docs.opensauced.pizza", - "version": "1.56.0", + "version": "1.57.0", "hasInstallScript": true, "dependencies": { "@docusaurus/core": "2.4.0", diff --git a/package.json b/package.json index 35be2f55..e2482485 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@open-sauced/docs.opensauced.pizza", - "version": "1.56.0", + "version": "1.57.0", "private": true, "engines": { "node": "^18",