diff --git a/CHANGELOG.md b/CHANGELOG.md index c680b011..01e77258 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ > All notable changes to this project will be documented in this file +## [1.70.0](https://github.com/open-sauced/docs/compare/v1.69.0...v1.70.0) (2024-04-04) + + +### Features + +* update contributing guide ([#288](https://github.com/open-sauced/docs/issues/288)) ([1655c76](https://github.com/open-sauced/docs/commit/1655c76b4840325a02486e296d7a38d6474e6216)) + ## [1.69.0](https://github.com/open-sauced/docs/compare/v1.68.0...v1.69.0) (2024-03-21) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index ae4116cb..5aad765e 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "@open-sauced/docs.opensauced.pizza", - "version": "1.69.0", + "version": "1.70.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@open-sauced/docs.opensauced.pizza", - "version": "1.69.0", + "version": "1.70.0", "hasInstallScript": true, "dependencies": { "@docusaurus/core": "2.4.0", diff --git a/package.json b/package.json index 5ec121d6..df503d4d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@open-sauced/docs.opensauced.pizza", - "version": "1.69.0", + "version": "1.70.0", "private": true, "engines": { "node": "^18",