From fa5c44b3de884de3909b8355c9f1c459338b6b26 Mon Sep 17 00:00:00 2001 From: Ahnaf Sulficar <89102131+AhnafSulficar@users.noreply.github.com> Date: Sun, 26 Mar 2023 05:36:37 +0000 Subject: [PATCH] chore(release): 1.19.0 [skip ci] ## [1.19.0](https://github.com/open-sauced/docs.opensauced.pizza/compare/v1.18.1...v1.19.0) (2023-03-26) ### Features * expanded on `npm run push` ([#76](https://github.com/open-sauced/docs.opensauced.pizza/issues/76)) ([499b5a4](https://github.com/open-sauced/docs.opensauced.pizza/commit/499b5a400fd9d4defae24b8fe15cbdf7c790f204)), closes [#39](https://github.com/open-sauced/docs.opensauced.pizza/issues/39) --- 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 6708a95c..520ab08c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ > All notable changes to this project will be documented in this file +## [1.19.0](https://github.com/open-sauced/docs.opensauced.pizza/compare/v1.18.1...v1.19.0) (2023-03-26) + + +### Features + +* expanded on `npm run push` ([#76](https://github.com/open-sauced/docs.opensauced.pizza/issues/76)) ([499b5a4](https://github.com/open-sauced/docs.opensauced.pizza/commit/499b5a400fd9d4defae24b8fe15cbdf7c790f204)), closes [#39](https://github.com/open-sauced/docs.opensauced.pizza/issues/39) + ### [1.18.1](https://github.com/open-sauced/docs.opensauced.pizza/compare/v1.18.0...v1.18.1) (2023-03-25) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index ca03d47b..0ef69297 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "@open-sauced/docs.opensauced.pizza", - "version": "1.18.1", + "version": "1.19.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@open-sauced/docs.opensauced.pizza", - "version": "1.18.1", + "version": "1.19.0", "hasInstallScript": true, "dependencies": { "@docusaurus/core": "2.4.0", diff --git a/package.json b/package.json index 65ac1be0..aa9d6ed5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@open-sauced/docs.opensauced.pizza", - "version": "1.18.1", + "version": "1.19.0", "private": true, "engines": { "node": ">=14",