diff --git a/CHANGELOG.md b/CHANGELOG.md index a1a2ac93..f8829f2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ > All notable changes to this project will be documented in this file +## [1.62.0](https://github.com/open-sauced/docs/compare/v1.61.0...v1.62.0) (2024-01-30) + + +### Features + +* Update API docs to v2 ([#239](https://github.com/open-sauced/docs/issues/239)) ([de93e7a](https://github.com/open-sauced/docs/commit/de93e7a940c62a2dfdce4d9fe8406117d5b46f57)) + ## [1.61.0](https://github.com/open-sauced/docs/compare/v1.60.0...v1.61.0) (2024-01-30) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 3733bd0d..a7869bdd 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "@open-sauced/docs.opensauced.pizza", - "version": "1.61.0", + "version": "1.62.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@open-sauced/docs.opensauced.pizza", - "version": "1.61.0", + "version": "1.62.0", "hasInstallScript": true, "dependencies": { "@docusaurus/core": "2.4.0", diff --git a/package.json b/package.json index 1c87fbc0..9c152e54 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@open-sauced/docs.opensauced.pizza", - "version": "1.61.0", + "version": "1.62.0", "private": true, "engines": { "node": "^18",