diff --git a/CHANGELOG.md b/CHANGELOG.md index 520ab08c..5f6189b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ > All notable changes to this project will be documented in this file +## [1.20.0](https://github.com/open-sauced/docs.opensauced.pizza/compare/v1.19.0...v1.20.0) (2023-03-26) + + +### Features + +* Added new Favicon ([#75](https://github.com/open-sauced/docs.opensauced.pizza/issues/75)) ([ad351ca](https://github.com/open-sauced/docs.opensauced.pizza/commit/ad351ca17c79ee4e7e186103985075b257fa34fe)), closes [#65](https://github.com/open-sauced/docs.opensauced.pizza/issues/65) + ## [1.19.0](https://github.com/open-sauced/docs.opensauced.pizza/compare/v1.18.1...v1.19.0) (2023-03-26) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 0ef69297..ce14a570 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "@open-sauced/docs.opensauced.pizza", - "version": "1.19.0", + "version": "1.20.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@open-sauced/docs.opensauced.pizza", - "version": "1.19.0", + "version": "1.20.0", "hasInstallScript": true, "dependencies": { "@docusaurus/core": "2.4.0", diff --git a/package.json b/package.json index aa9d6ed5..b95ae923 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@open-sauced/docs.opensauced.pizza", - "version": "1.19.0", + "version": "1.20.0", "private": true, "engines": { "node": ">=14",