diff --git a/CHANGELOG.md b/CHANGELOG.md index 80b8f772..3beaf6c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ > All notable changes to this project will be documented in this file +## [1.12.0](https://github.com/open-sauced/docs.opensauced.pizza/compare/v1.11.0...v1.12.0) (2022-10-18) + + +### Features + +* Update logo in header nav to new logo ([#55](https://github.com/open-sauced/docs.opensauced.pizza/issues/55)) ([1c75731](https://github.com/open-sauced/docs.opensauced.pizza/commit/1c75731337c1d7357c689539fd9a2f28ad8a2f44)) + ## [1.11.0](https://github.com/open-sauced/docs.opensauced.pizza/compare/v1.10.0...v1.11.0) (2022-10-05) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index dc249505..88851e29 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "@open-sauced/docs.opensauced.pizza", - "version": "1.11.0", + "version": "1.12.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@open-sauced/docs.opensauced.pizza", - "version": "1.11.0", + "version": "1.12.0", "hasInstallScript": true, "dependencies": { "@docusaurus/core": "2.0.0-beta.9", diff --git a/package.json b/package.json index e37a14bb..0e664596 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@open-sauced/docs.opensauced.pizza", - "version": "1.11.0", + "version": "1.12.0", "private": true, "engines": { "node": ">=14",