diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b2c5fb2..922a8d6b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ > All notable changes to this project will be documented in this file +## [1.55.0](https://github.com/open-sauced/docs/compare/v1.54.0...v1.55.0) (2023-11-30) + + +### Features + +* add link to public calendar ([#218](https://github.com/open-sauced/docs/issues/218)) ([e8a0da5](https://github.com/open-sauced/docs/commit/e8a0da5f990ade7f9d8f214babe9be559b854f70)) + ## [1.54.0](https://github.com/open-sauced/docs/compare/v1.53.0...v1.54.0) (2023-11-30) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 72f00ac1..7d1facc0 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "@open-sauced/docs.opensauced.pizza", - "version": "1.54.0", + "version": "1.55.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@open-sauced/docs.opensauced.pizza", - "version": "1.54.0", + "version": "1.55.0", "hasInstallScript": true, "dependencies": { "@docusaurus/core": "2.4.0", diff --git a/package.json b/package.json index 32a90930..4ca8c296 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@open-sauced/docs.opensauced.pizza", - "version": "1.54.0", + "version": "1.55.0", "private": true, "engines": { "node": "^18",