From 28b612241d5488548c891027caa0a4a3c80a576e Mon Sep 17 00:00:00 2001 From: 0-vortex <237133+0-vortex@users.noreply.github.com> Date: Wed, 11 Aug 2021 22:24:33 +0000 Subject: [PATCH] chore(release): 1.1.1 ### [1.1.1](https://github.com/open-sauced/docs.opensauced.pizza/compare/v1.1.0...v1.1.1) (2021-08-11) ### Continuous Integration * add open-sauced triage wonkflows ([#10](https://github.com/open-sauced/docs.opensauced.pizza/issues/10)) ([dfb508a](https://github.com/open-sauced/docs.opensauced.pizza/commit/dfb508a0254ee7cc5f83e453f8d33332f68eba11)) --- 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 569929bc..d0487286 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +### [1.1.1](https://github.com/open-sauced/docs.opensauced.pizza/compare/v1.1.0...v1.1.1) (2021-08-11) + + +### Continuous Integration + +* add open-sauced triage wonkflows ([#10](https://github.com/open-sauced/docs.opensauced.pizza/issues/10)) ([dfb508a](https://github.com/open-sauced/docs.opensauced.pizza/commit/dfb508a0254ee7cc5f83e453f8d33332f68eba11)) + ## [1.1.0](https://github.com/open-sauced/docs.opensauced.pizza/compare/v1.0.0...v1.1.0) (2021-08-11) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 2964f300..4ae690d8 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "@open-sauced/docs.opensauced.pizza", - "version": "1.1.0", + "version": "1.1.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@open-sauced/docs.opensauced.pizza", - "version": "1.1.0", + "version": "1.1.1", "dependencies": { "@docusaurus/core": "2.0.0-beta.4", "@docusaurus/preset-classic": "2.0.0-beta.4", diff --git a/package.json b/package.json index 97258a50..02cd604f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@open-sauced/docs.opensauced.pizza", - "version": "1.1.0", + "version": "1.1.1", "private": true, "scripts": { "docusaurus": "docusaurus",