From d20567be0c3d8266630572a7d0264b496c4d3f21 Mon Sep 17 00:00:00 2001 From: Jessica Wilkins <67210629+jdwilkin4@users.noreply.github.com> Date: Thu, 7 Dec 2023 17:45:43 +0000 Subject: [PATCH] chore(release): 1.56.0 [skip ci] ## [1.56.0](https://github.com/open-sauced/docs/compare/v1.55.1...v1.56.0) (2023-12-07) ### Features * adding job seekers guide ([#221](https://github.com/open-sauced/docs/issues/221)) ([8f8f1d5](https://github.com/open-sauced/docs/commit/8f8f1d53fa73c62c704b040b8475c25ac87ae927)) --- 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 8a17e07d..e833b88d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ > All notable changes to this project will be documented in this file +## [1.56.0](https://github.com/open-sauced/docs/compare/v1.55.1...v1.56.0) (2023-12-07) + + +### Features + +* adding job seekers guide ([#221](https://github.com/open-sauced/docs/issues/221)) ([8f8f1d5](https://github.com/open-sauced/docs/commit/8f8f1d53fa73c62c704b040b8475c25ac87ae927)) + ### [1.55.1](https://github.com/open-sauced/docs/compare/v1.55.0...v1.55.1) (2023-12-03) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 2d533308..91a547f0 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "@open-sauced/docs.opensauced.pizza", - "version": "1.55.1", + "version": "1.56.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@open-sauced/docs.opensauced.pizza", - "version": "1.55.1", + "version": "1.56.0", "hasInstallScript": true, "dependencies": { "@docusaurus/core": "2.4.0", diff --git a/package.json b/package.json index 096d024c..35be2f55 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@open-sauced/docs.opensauced.pizza", - "version": "1.55.1", + "version": "1.56.0", "private": true, "engines": { "node": "^18",