diff --git a/CHANGELOG.md b/CHANGELOG.md index bb611e59..acb36673 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.27.0](https://github.com/open-sauced/docs/compare/v1.26.2...v1.27.0) (2023-06-14) + + +### Features + +* Add Community docs ([#96](https://github.com/open-sauced/docs/issues/96)) ([1efb238](https://github.com/open-sauced/docs/commit/1efb238e0b138685e91f559d9983974c9c51b4ec)) + # 📦 open-sauced/docs.opensauced.pizza changelog [![conventional commits](https://img.shields.io/badge/conventional%20commits-1.0.0-yellow.svg)](https://conventionalcommits.org) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 8d204b23..3aac0d69 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "@open-sauced/docs.opensauced.pizza", - "version": "1.26.2", + "version": "1.27.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@open-sauced/docs.opensauced.pizza", - "version": "1.26.2", + "version": "1.27.0", "hasInstallScript": true, "dependencies": { "@docusaurus/core": "2.4.0", diff --git a/package.json b/package.json index 7f384bd7..7682c7f5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@open-sauced/docs.opensauced.pizza", - "version": "1.26.2", + "version": "1.27.0", "private": true, "engines": { "node": ">=14",