diff --git a/CHANGELOG.md b/CHANGELOG.md index bb9b1a3d..b8d414dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ > All notable changes to this project will be documented in this file +### [1.66.3](https://github.com/open-sauced/docs/compare/v1.66.2...v1.66.3) (2024-03-06) + + +### Bug Fixes + +* Update docs for 100 days of oss ([#271](https://github.com/open-sauced/docs/issues/271)) ([0a7f9aa](https://github.com/open-sauced/docs/commit/0a7f9aaa610e48b399775bcb1ac39c94caaf7f3c)) + ### [1.66.2](https://github.com/open-sauced/docs/compare/v1.66.1...v1.66.2) (2024-03-05) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 477ab094..7e73770f 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "@open-sauced/docs.opensauced.pizza", - "version": "1.66.2", + "version": "1.66.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@open-sauced/docs.opensauced.pizza", - "version": "1.66.2", + "version": "1.66.3", "hasInstallScript": true, "dependencies": { "@docusaurus/core": "2.4.0", diff --git a/package.json b/package.json index a692ff4c..ae519358 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@open-sauced/docs.opensauced.pizza", - "version": "1.66.2", + "version": "1.66.3", "private": true, "engines": { "node": "^18",