diff --git a/CHANGELOG.md b/CHANGELOG.md index b38ae1ba..4beadeca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ > All notable changes to this project will be documented in this file +## [1.68.0](https://github.com/open-sauced/docs/compare/v1.67.1...v1.68.0) (2024-03-20) + + +### Documentation + +* Add section on workspaces to maintainers guide ([#279](https://github.com/open-sauced/docs/issues/279)) ([c0fe6b9](https://github.com/open-sauced/docs/commit/c0fe6b96869d88dff8205c05f32f754679ebc457)) + ### [1.67.1](https://github.com/open-sauced/docs/compare/v1.67.0...v1.67.1) (2024-03-12) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 80330d57..5ca6d8ef 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "@open-sauced/docs.opensauced.pizza", - "version": "1.67.1", + "version": "1.68.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@open-sauced/docs.opensauced.pizza", - "version": "1.67.1", + "version": "1.68.0", "hasInstallScript": true, "dependencies": { "@docusaurus/core": "2.4.0", diff --git a/package.json b/package.json index 5d6558fa..920ababc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@open-sauced/docs.opensauced.pizza", - "version": "1.67.1", + "version": "1.68.0", "private": true, "engines": { "node": "^18",