From acfdde1df5bbde5ee9bf7fbc89c25d51536c0bf6 Mon Sep 17 00:00:00 2001 From: BekahHW <34313413+BekahHW@users.noreply.github.com> Date: Wed, 15 Nov 2023 17:23:43 +0000 Subject: [PATCH] chore(release): 1.51.0 [skip ci] ## [1.51.0](https://github.com/open-sauced/docs/compare/v1.50.0...v1.51.0) (2023-11-15) ### Documentation * Add Team Sync instructions to FAQs ([#207](https://github.com/open-sauced/docs/issues/207)) ([eb940a1](https://github.com/open-sauced/docs/commit/eb940a12631ed1061678d6db47cd116a837a83b8)) --- 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 ce631dc7..c016bcc5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ > All notable changes to this project will be documented in this file +## [1.51.0](https://github.com/open-sauced/docs/compare/v1.50.0...v1.51.0) (2023-11-15) + + +### Documentation + +* Add Team Sync instructions to FAQs ([#207](https://github.com/open-sauced/docs/issues/207)) ([eb940a1](https://github.com/open-sauced/docs/commit/eb940a12631ed1061678d6db47cd116a837a83b8)) + ## [1.50.0](https://github.com/open-sauced/docs/compare/v1.49.0...v1.50.0) (2023-11-06) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index c7825f92..8e00f6da 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "@open-sauced/docs.opensauced.pizza", - "version": "1.50.0", + "version": "1.51.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@open-sauced/docs.opensauced.pizza", - "version": "1.50.0", + "version": "1.51.0", "hasInstallScript": true, "dependencies": { "@docusaurus/core": "2.4.0", diff --git a/package.json b/package.json index 57865511..57d0e4b6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@open-sauced/docs.opensauced.pizza", - "version": "1.50.0", + "version": "1.51.0", "private": true, "engines": { "node": "^18",