diff --git a/CHANGELOG.md b/CHANGELOG.md index 153799a58..4a2fd4907 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). -## [v0.13.23](https://github.com/mongodb/snooty/compare/v0.13.22...v0.13.23) +## [v0.13.24](https://github.com/mongodb/snooty/compare/v0.13.23...v0.13.24) + +### Merged + +- Revert "Update leafygreen-ui/tabs to v8 (#656)" [`#666`](https://github.com/mongodb/snooty/pull/666) +- CLOUDP-110876: Allow a staging version of PR changes to be created to help reviewers [`#664`](https://github.com/mongodb/snooty/pull/664) +- DOP-3169: Add dotcomprd to Delighted accepted envs [`#663`](https://github.com/mongodb/snooty/pull/663) +- DOP-3167: dangling punctuation after Link [`#661`](https://github.com/mongodb/snooty/pull/661) +- Update leafygreen-ui/tabs to v8 [`#656`](https://github.com/mongodb/snooty/pull/656) + +## [v0.13.23](https://github.com/mongodb/snooty/compare/v0.13.22...v0.13.23) - 2022-07-27 ### Merged diff --git a/package-lock.json b/package-lock.json index e47fc330a..ce955220f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "snooty", - "version": "0.13.23", + "version": "0.13.24", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "snooty", - "version": "0.13.23", + "version": "0.13.24", "dependencies": { "@emotion/css": "^11.0.0", "@emotion/eslint-plugin": "^11.7.0", diff --git a/package.json b/package.json index 87e8de092..dc054ebc8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "snooty", - "version": "0.13.23", + "version": "0.13.24", "repository": "github:mongodb/snooty", "engines": { "node": "^14",