diff --git a/CHANGELOG.md b/CHANGELOG.md index acb36673..c97b134a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ > All notable changes to this project will be documented in this file +## [1.28.0](https://github.com/open-sauced/docs/compare/v1.27.0...v1.28.0) (2023-06-15) + + +### Documentation + +* Added PR review menu docs ([#98](https://github.com/open-sauced/docs/issues/98)) ([a88e3a9](https://github.com/open-sauced/docs/commit/a88e3a96bf3a083099b35596300030dad621b5e4)) + ## [1.27.0](https://github.com/open-sauced/docs/compare/v1.26.2...v1.27.0) (2023-06-14) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 3aac0d69..7a55f7a2 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "@open-sauced/docs.opensauced.pizza", - "version": "1.27.0", + "version": "1.28.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@open-sauced/docs.opensauced.pizza", - "version": "1.27.0", + "version": "1.28.0", "hasInstallScript": true, "dependencies": { "@docusaurus/core": "2.4.0", diff --git a/package.json b/package.json index 7682c7f5..fd73f6ab 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@open-sauced/docs.opensauced.pizza", - "version": "1.27.0", + "version": "1.28.0", "private": true, "engines": { "node": ">=14",