From c4067432b1a64d120670638e9a86f554d4c1f35b Mon Sep 17 00:00:00 2001 From: 0-vortex <237133+0-vortex@users.noreply.github.com> Date: Sun, 10 Oct 2021 13:06:28 +0000 Subject: [PATCH] chore(release): 1.2.0 ## [1.2.0](https://github.com/open-sauced/docs.opensauced.pizza/compare/v1.1.1...v1.2.0) (2021-10-10) ### Features * add maintainer docs ([#12](https://github.com/open-sauced/docs.opensauced.pizza/issues/12)) ([d215c75](https://github.com/open-sauced/docs.opensauced.pizza/commit/d215c75b0326f21a186c54df130d89234ca4f6cc)), closes [#5](https://github.com/open-sauced/docs.opensauced.pizza/issues/5) --- 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 d0487286..b3e017fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.2.0](https://github.com/open-sauced/docs.opensauced.pizza/compare/v1.1.1...v1.2.0) (2021-10-10) + + +### Features + +* add maintainer docs ([#12](https://github.com/open-sauced/docs.opensauced.pizza/issues/12)) ([d215c75](https://github.com/open-sauced/docs.opensauced.pizza/commit/d215c75b0326f21a186c54df130d89234ca4f6cc)), closes [#5](https://github.com/open-sauced/docs.opensauced.pizza/issues/5) + ### [1.1.1](https://github.com/open-sauced/docs.opensauced.pizza/compare/v1.1.0...v1.1.1) (2021-08-11) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index b56e5889..dcbcca68 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "@open-sauced/docs.opensauced.pizza", - "version": "1.1.1", + "version": "1.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@open-sauced/docs.opensauced.pizza", - "version": "1.1.1", + "version": "1.2.0", "dependencies": { "@docusaurus/core": "2.0.0-beta.5", "@docusaurus/preset-classic": "2.0.0-beta.5", diff --git a/package.json b/package.json index 71110e81..ab1c8b31 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@open-sauced/docs.opensauced.pizza", - "version": "1.1.1", + "version": "1.2.0", "private": true, "scripts": { "docusaurus": "docusaurus",