diff --git a/CHANGELOG.md b/CHANGELOG.md index 2444f9e9..c529d094 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.4](https://github.com/open-sauced/docs/compare/v1.75.3...v1.75.4) (2024-05-31) + + +### Bug Fixes + +* Add banner image ([#313](https://github.com/open-sauced/docs/issues/313)) ([3ac1bf7](https://github.com/open-sauced/docs/commit/3ac1bf7e6dbc0acd32453821d367ddef9f7f573a)) + ### [1.75.3](https://github.com/open-sauced/docs/compare/v1.75.2...v1.75.3) (2024-05-29) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 86f94e05..1250d9b1 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "@open-sauced/docs.opensauced.pizza", - "version": "1.75.3", + "version": "1.75.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@open-sauced/docs.opensauced.pizza", - "version": "1.75.3", + "version": "1.75.4", "hasInstallScript": true, "dependencies": { "@docusaurus/core": "^3.2.1", diff --git a/package.json b/package.json index fd92049d..eb24a76b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@open-sauced/docs.opensauced.pizza", - "version": "1.75.3", + "version": "1.75.4", "private": true, "engines": { "node": "^18",