From 6067540743af9759bae59f021ccc6e19ebbaf390 Mon Sep 17 00:00:00 2001 From: Ramesh chandra pola <114871196+rameshchandra8520@users.noreply.github.com> Date: Sun, 26 Mar 2023 05:41:33 +0000 Subject: [PATCH] chore(release): 1.20.0 [skip ci] ## [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) --- CHANGELOG.md | 7 +++++++ npm-shrinkwrap.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) 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",