diff --git a/CHANGELOG.md b/CHANGELOG.md index 26cd6c12..2444f9e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ > All notable changes to this project will be documented in this file +### [1.75.3](https://github.com/open-sauced/docs/compare/v1.75.2...v1.75.3) (2024-05-29) + + +### Bug Fixes + +* Change base url for subdirectory ([#309](https://github.com/open-sauced/docs/issues/309)) ([b243676](https://github.com/open-sauced/docs/commit/b243676dfe0dfb721f7e6b6752087dba582a7b87)) + ### [1.75.2](https://github.com/open-sauced/docs/compare/v1.75.1...v1.75.2) (2024-05-28) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index c6065d24..86f94e05 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "@open-sauced/docs.opensauced.pizza", - "version": "1.75.2", + "version": "1.75.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@open-sauced/docs.opensauced.pizza", - "version": "1.75.2", + "version": "1.75.3", "hasInstallScript": true, "dependencies": { "@docusaurus/core": "^3.2.1", diff --git a/package.json b/package.json index 7e6589fe..fd92049d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@open-sauced/docs.opensauced.pizza", - "version": "1.75.2", + "version": "1.75.3", "private": true, "engines": { "node": "^18",