diff --git a/CHANGELOG.md b/CHANGELOG.md index 55f6d745..41a837e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ > All notable changes to this project will be documented in this file +### [1.57.1](https://github.com/open-sauced/docs/compare/v1.57.0...v1.57.1) (2023-12-11) + + +### Bug Fixes + +* simplified the merge conflicts section ([#232](https://github.com/open-sauced/docs/issues/232)) ([6ce00fa](https://github.com/open-sauced/docs/commit/6ce00fadc0ec9c219242a40c791ad3593c9c01d9)) + ## [1.57.0](https://github.com/open-sauced/docs/compare/v1.56.0...v1.57.0) (2023-12-10) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 364d43a9..90f610a6 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "@open-sauced/docs.opensauced.pizza", - "version": "1.57.0", + "version": "1.57.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@open-sauced/docs.opensauced.pizza", - "version": "1.57.0", + "version": "1.57.1", "hasInstallScript": true, "dependencies": { "@docusaurus/core": "2.4.0", diff --git a/package.json b/package.json index e2482485..8b747e93 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@open-sauced/docs.opensauced.pizza", - "version": "1.57.0", + "version": "1.57.1", "private": true, "engines": { "node": "^18",