From 346962f2cd37790f86f19cd92b0c61fe9470fec2 Mon Sep 17 00:00:00 2001 From: Muniir1 <121073318+Muniir1@users.noreply.github.com> Date: Mon, 6 May 2024 13:30:56 +0000 Subject: [PATCH] chore(release): 1.74.0 [skip ci] ## [1.74.0](https://github.com/open-sauced/docs/compare/v1.73.0...v1.74.0) (2024-05-06) ### Documentation * logo readme.md changed to new one ([#299](https://github.com/open-sauced/docs/issues/299)) ([443ee08](https://github.com/open-sauced/docs/commit/443ee083da0a1e1c3d81148801915d4e4f52ae02)) --- 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 52fd6531..46416742 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ > All notable changes to this project will be documented in this file +## [1.74.0](https://github.com/open-sauced/docs/compare/v1.73.0...v1.74.0) (2024-05-06) + + +### Documentation + +* logo readme.md changed to new one ([#299](https://github.com/open-sauced/docs/issues/299)) ([443ee08](https://github.com/open-sauced/docs/commit/443ee083da0a1e1c3d81148801915d4e4f52ae02)) + ## [1.73.0](https://github.com/open-sauced/docs/compare/v1.72.0...v1.73.0) (2024-04-24) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index c35a253e..4dcef778 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "@open-sauced/docs.opensauced.pizza", - "version": "1.73.0", + "version": "1.74.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@open-sauced/docs.opensauced.pizza", - "version": "1.73.0", + "version": "1.74.0", "hasInstallScript": true, "dependencies": { "@docusaurus/core": "^3.2.1", diff --git a/package.json b/package.json index 3f3a2531..15d5141a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@open-sauced/docs.opensauced.pizza", - "version": "1.73.0", + "version": "1.74.0", "private": true, "engines": { "node": "^18",