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",