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",