diff --git a/CHANGELOG.md b/CHANGELOG.md index 41a837e5..c3c12436 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ > All notable changes to this project will be documented in this file +## [1.58.0](https://github.com/open-sauced/docs/compare/v1.57.1...v1.58.0) (2023-12-14) + + +### Documentation + +* Reorganize Subsections in the Intro to Contributing ([#233](https://github.com/open-sauced/docs/issues/233)) ([935e09a](https://github.com/open-sauced/docs/commit/935e09a9ee0f82bc888187a1a35684e68ec72fa1)) + ### [1.57.1](https://github.com/open-sauced/docs/compare/v1.57.0...v1.57.1) (2023-12-11) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 90f610a6..acd0ee44 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "@open-sauced/docs.opensauced.pizza", - "version": "1.57.1", + "version": "1.58.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@open-sauced/docs.opensauced.pizza", - "version": "1.57.1", + "version": "1.58.0", "hasInstallScript": true, "dependencies": { "@docusaurus/core": "2.4.0", diff --git a/package.json b/package.json index 8b747e93..ea4dfdaf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@open-sauced/docs.opensauced.pizza", - "version": "1.57.1", + "version": "1.58.0", "private": true, "engines": { "node": "^18",