diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f0bd743..66cbb33e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ > All notable changes to this project will be documented in this file +## [1.72.0](https://github.com/open-sauced/docs/compare/v1.71.0...v1.72.0) (2024-04-11) + + +### Documentation + +* Updated docs to retrieve auth token ([#280](https://github.com/open-sauced/docs/issues/280)) ([a2b087c](https://github.com/open-sauced/docs/commit/a2b087c28399e8ab185c67c6bced4fecc1514b65)) + ## [1.71.0](https://github.com/open-sauced/docs/compare/v1.70.0...v1.71.0) (2024-04-10) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 8e8dfbbc..350880f7 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "@open-sauced/docs.opensauced.pizza", - "version": "1.71.0", + "version": "1.72.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@open-sauced/docs.opensauced.pizza", - "version": "1.71.0", + "version": "1.72.0", "hasInstallScript": true, "dependencies": { "@docusaurus/core": "2.4.0", diff --git a/package.json b/package.json index 39a61c74..3f346fe2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@open-sauced/docs.opensauced.pizza", - "version": "1.71.0", + "version": "1.72.0", "private": true, "engines": { "node": "^18",