diff --git a/CHANGELOG.md b/CHANGELOG.md index 22bb650e..b111406d 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.1](https://github.com/open-sauced/docs/compare/v1.66.0...v1.66.1) (2024-03-04) + + +### Bug Fixes + +* Issues Section ([#269](https://github.com/open-sauced/docs/issues/269)) ([785e75a](https://github.com/open-sauced/docs/commit/785e75a3285bf73fe4a81ec9432278998122a2ab)) + ## [1.66.0](https://github.com/open-sauced/docs/compare/v1.65.0...v1.66.0) (2024-02-27) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 901a5365..960a1eaf 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "@open-sauced/docs.opensauced.pizza", - "version": "1.66.0", + "version": "1.66.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@open-sauced/docs.opensauced.pizza", - "version": "1.66.0", + "version": "1.66.1", "hasInstallScript": true, "dependencies": { "@docusaurus/core": "2.4.0", diff --git a/package.json b/package.json index 1eb0893c..17d9ea50 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@open-sauced/docs.opensauced.pizza", - "version": "1.66.0", + "version": "1.66.1", "private": true, "engines": { "node": "^18",