diff --git a/CHANGELOG.md b/CHANGELOG.md index a9daa568..52fd6531 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +# 📦 open-sauced/docs changelog + +[![conventional commits](https://img.shields.io/badge/conventional%20commits-1.0.0-yellow.svg)](https://conventionalcommits.org) +[![semantic versioning](https://img.shields.io/badge/semantic%20versioning-2.0.0-green.svg)](https://semver.org) + +> All notable changes to this project will be documented in this file + +## [1.73.0](https://github.com/open-sauced/docs/compare/v1.72.0...v1.73.0) (2024-04-24) + + +### Features + +* migrate to latest docusaurus version and provide necessary updates ([#295](https://github.com/open-sauced/docs/issues/295)) ([93df686](https://github.com/open-sauced/docs/commit/93df686460444b49eb6f1c0cca86c6436d19a2b1)) + --- : "" --- diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 3d0da9e7..c35a253e 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "@open-sauced/docs.opensauced.pizza", - "version": "1.72.0", + "version": "1.73.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@open-sauced/docs.opensauced.pizza", - "version": "1.72.0", + "version": "1.73.0", "hasInstallScript": true, "dependencies": { "@docusaurus/core": "^3.2.1", diff --git a/package.json b/package.json index 3be24d8a..3f3a2531 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@open-sauced/docs.opensauced.pizza", - "version": "1.72.0", + "version": "1.73.0", "private": true, "engines": { "node": "^18",