From 7553115fb4db9b1965077d44870d85f0c3ca9aa5 Mon Sep 17 00:00:00 2001 From: Shubham Tiwari Date: Mon, 27 May 2024 13:16:34 +0000 Subject: [PATCH] chore(release): 1.75.1 [skip ci] ### [1.75.1](https://github.com/open-sauced/docs/compare/v1.75.0...v1.75.1) (2024-05-27) ### Bug Fixes * changed the screenshot in 'Activity' subsection of maintainers guide [#270](https://github.com/open-sauced/docs/issues/270) ([#303](https://github.com/open-sauced/docs/issues/303)) ([e7b5e45](https://github.com/open-sauced/docs/commit/e7b5e45e421682cfd6787f6bb57f30223350408a)) --- 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 e4326a07..a7ab4894 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.1](https://github.com/open-sauced/docs/compare/v1.75.0...v1.75.1) (2024-05-27) + + +### Bug Fixes + +* changed the screenshot in 'Activity' subsection of maintainers guide [#270](https://github.com/open-sauced/docs/issues/270) ([#303](https://github.com/open-sauced/docs/issues/303)) ([e7b5e45](https://github.com/open-sauced/docs/commit/e7b5e45e421682cfd6787f6bb57f30223350408a)) + ## [1.75.0](https://github.com/open-sauced/docs/compare/v1.74.0...v1.75.0) (2024-05-06) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index c898e3f8..d4d1e2a5 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "@open-sauced/docs.opensauced.pizza", - "version": "1.75.0", + "version": "1.75.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@open-sauced/docs.opensauced.pizza", - "version": "1.75.0", + "version": "1.75.1", "hasInstallScript": true, "dependencies": { "@docusaurus/core": "^3.2.1", diff --git a/package.json b/package.json index 6d3c6a7d..572d9091 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@open-sauced/docs.opensauced.pizza", - "version": "1.75.0", + "version": "1.75.1", "private": true, "engines": { "node": "^18",