diff --git a/CHANGELOG.md b/CHANGELOG.md index b8d414dc..a35c1f78 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ > All notable changes to this project will be documented in this file +## [1.67.0](https://github.com/open-sauced/docs/compare/v1.66.3...v1.67.0) (2024-03-08) + + +### Features + +* update workspace with more information on team plan ([#272](https://github.com/open-sauced/docs/issues/272)) ([2a82913](https://github.com/open-sauced/docs/commit/2a82913a1405875fd560cd24c22e22879f6f119d)) + ### [1.66.3](https://github.com/open-sauced/docs/compare/v1.66.2...v1.66.3) (2024-03-06) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 7e73770f..fabea609 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "@open-sauced/docs.opensauced.pizza", - "version": "1.66.3", + "version": "1.67.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@open-sauced/docs.opensauced.pizza", - "version": "1.66.3", + "version": "1.67.0", "hasInstallScript": true, "dependencies": { "@docusaurus/core": "2.4.0", diff --git a/package.json b/package.json index ae519358..5642998e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@open-sauced/docs.opensauced.pizza", - "version": "1.66.3", + "version": "1.67.0", "private": true, "engines": { "node": "^18",