From 7037495c3959012851238a7987c40170600b9fc4 Mon Sep 17 00:00:00 2001 From: BekahHW <34313413+BekahHW@users.noreply.github.com> Date: Mon, 6 May 2024 19:55:26 +0000 Subject: [PATCH] chore(release): 1.75.0 [skip ci] ## [1.75.0](https://github.com/open-sauced/docs/compare/v1.74.0...v1.75.0) (2024-05-06) ### Features * star search ([#300](https://github.com/open-sauced/docs/issues/300)) ([585c43d](https://github.com/open-sauced/docs/commit/585c43d57e4d767fbc92d0d9db7c51a8f1467aaa)) --- 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 46416742..e4326a07 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.0](https://github.com/open-sauced/docs/compare/v1.74.0...v1.75.0) (2024-05-06) + + +### Features + +* star search ([#300](https://github.com/open-sauced/docs/issues/300)) ([585c43d](https://github.com/open-sauced/docs/commit/585c43d57e4d767fbc92d0d9db7c51a8f1467aaa)) + ## [1.74.0](https://github.com/open-sauced/docs/compare/v1.73.0...v1.74.0) (2024-05-06) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 4dcef778..c898e3f8 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "@open-sauced/docs.opensauced.pizza", - "version": "1.74.0", + "version": "1.75.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@open-sauced/docs.opensauced.pizza", - "version": "1.74.0", + "version": "1.75.0", "hasInstallScript": true, "dependencies": { "@docusaurus/core": "^3.2.1", diff --git a/package.json b/package.json index 15d5141a..6d3c6a7d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@open-sauced/docs.opensauced.pizza", - "version": "1.74.0", + "version": "1.75.0", "private": true, "engines": { "node": "^18",