From 75dc3627f837d2b5ef75a61d262dbe7e5f8d4575 Mon Sep 17 00:00:00 2001 From: BekahHW <34313413+BekahHW@users.noreply.github.com> Date: Wed, 10 Apr 2024 20:26:44 +0000 Subject: [PATCH] chore(release): 1.71.0 [skip ci] ## [1.71.0](https://github.com/open-sauced/docs/compare/v1.70.0...v1.71.0) (2024-04-10) ### Features * Add repo pages ([#293](https://github.com/open-sauced/docs/issues/293)) ([3143b02](https://github.com/open-sauced/docs/commit/3143b02cb8691b6264c39fedfc2a20ad83ac6cb9)) --- 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 01e77258..0f0bd743 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ > All notable changes to this project will be documented in this file +## [1.71.0](https://github.com/open-sauced/docs/compare/v1.70.0...v1.71.0) (2024-04-10) + + +### Features + +* Add repo pages ([#293](https://github.com/open-sauced/docs/issues/293)) ([3143b02](https://github.com/open-sauced/docs/commit/3143b02cb8691b6264c39fedfc2a20ad83ac6cb9)) + ## [1.70.0](https://github.com/open-sauced/docs/compare/v1.69.0...v1.70.0) (2024-04-04) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 5aad765e..8e8dfbbc 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "@open-sauced/docs.opensauced.pizza", - "version": "1.70.0", + "version": "1.71.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@open-sauced/docs.opensauced.pizza", - "version": "1.70.0", + "version": "1.71.0", "hasInstallScript": true, "dependencies": { "@docusaurus/core": "2.4.0", diff --git a/package.json b/package.json index df503d4d..39a61c74 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@open-sauced/docs.opensauced.pizza", - "version": "1.70.0", + "version": "1.71.0", "private": true, "engines": { "node": "^18",