From e289d4286287a58d9de8943c1da5ed5974539342 Mon Sep 17 00:00:00 2001 From: Lymah123 Date: Tue, 28 Nov 2023 20:53:37 +0000 Subject: [PATCH] chore(release): 1.53.0 [skip ci] ## [1.53.0](https://github.com/open-sauced/docs/compare/v1.52.0...v1.53.0) (2023-11-28) ### Features * adds glossary ([#212](https://github.com/open-sauced/docs/issues/212)) ([70f7925](https://github.com/open-sauced/docs/commit/70f79255f2af71783686fda8068bfa73c6929ac9)) --- CHANGELOG.md | 7 +++++++ npm-shrinkwrap.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 06be1bb6..0862e360 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ > All notable changes to this project will be documented in this file +## [1.53.0](https://github.com/open-sauced/docs/compare/v1.52.0...v1.53.0) (2023-11-28) + + +### Features + +* adds glossary ([#212](https://github.com/open-sauced/docs/issues/212)) ([70f7925](https://github.com/open-sauced/docs/commit/70f79255f2af71783686fda8068bfa73c6929ac9)) + ## [1.52.0](https://github.com/open-sauced/docs/compare/v1.51.0...v1.52.0) (2023-11-16) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 926f4687..467f241d 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "@open-sauced/docs.opensauced.pizza", - "version": "1.52.0", + "version": "1.53.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@open-sauced/docs.opensauced.pizza", - "version": "1.52.0", + "version": "1.53.0", "hasInstallScript": true, "dependencies": { "@docusaurus/core": "2.4.0", diff --git a/package.json b/package.json index cf830137..d002f3ae 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@open-sauced/docs.opensauced.pizza", - "version": "1.52.0", + "version": "1.53.0", "private": true, "engines": { "node": "^18",