From 363e8e07ba909fc284f64e29efddc72950040851 Mon Sep 17 00:00:00 2001 From: BekahHW <34313413+BekahHW@users.noreply.github.com> Date: Tue, 28 May 2024 14:53:34 +0000 Subject: [PATCH] chore(release): 1.75.2 [skip ci] ### [1.75.2](https://github.com/open-sauced/docs/compare/v1.75.1...v1.75.2) (2024-05-28) ### Bug Fixes * Update triage guide ([#306](https://github.com/open-sauced/docs/issues/306)) ([b494b0d](https://github.com/open-sauced/docs/commit/b494b0dd6173a138155bbfd585e0c7c1bb66039a)) --- 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 a7ab4894..26cd6c12 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ > All notable changes to this project will be documented in this file +### [1.75.2](https://github.com/open-sauced/docs/compare/v1.75.1...v1.75.2) (2024-05-28) + + +### Bug Fixes + +* Update triage guide ([#306](https://github.com/open-sauced/docs/issues/306)) ([b494b0d](https://github.com/open-sauced/docs/commit/b494b0dd6173a138155bbfd585e0c7c1bb66039a)) + ### [1.75.1](https://github.com/open-sauced/docs/compare/v1.75.0...v1.75.1) (2024-05-27) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index d4d1e2a5..c6065d24 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "@open-sauced/docs.opensauced.pizza", - "version": "1.75.1", + "version": "1.75.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@open-sauced/docs.opensauced.pizza", - "version": "1.75.1", + "version": "1.75.2", "hasInstallScript": true, "dependencies": { "@docusaurus/core": "^3.2.1", diff --git a/package.json b/package.json index 572d9091..7e6589fe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@open-sauced/docs.opensauced.pizza", - "version": "1.75.1", + "version": "1.75.2", "private": true, "engines": { "node": "^18",