diff --git a/CHANGELOG.md b/CHANGELOG.md index 329ad0fcd..dc82bf05c 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.31](https://github.com/mongodb/snooty/compare/v0.13.30...v0.13.31) +## [v0.13.32](https://github.com/mongodb/snooty/compare/v0.13.31...v0.13.32) + +### Merged + +- DOP-2863: escape HTML characters in search preview [`#733`](https://github.com/mongodb/snooty/pull/733) +- Revert "DOP-3350: Create mapping of OpenAPI spec stores" [`#732`](https://github.com/mongodb/snooty/pull/732) +- DOP-2587 [`#731`](https://github.com/mongodb/snooty/pull/731) +- DOP-3361: moving around metadata [`#726`](https://github.com/mongodb/snooty/pull/726) +- DOP-3265: Update header colors for new hero image on Landing page [`#730`](https://github.com/mongodb/snooty/pull/730) + +## [v0.13.31](https://github.com/mongodb/snooty/compare/v0.13.30...v0.13.31) - 2022-11-09 ### Merged @@ -77,7 +87,15 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - DOP-3193: add pseudo elements at top of table for scroll view [`#679`](https://github.com/mongodb/snooty/pull/679) - DOP-3185: update icon sizing [`#675`](https://github.com/mongodb/snooty/pull/675) -## [v0.13.25](https://github.com/mongodb/snooty/compare/v0.13.25-branding.2...v0.13.25) - 2022-08-25 +## [v0.13.25](https://github.com/mongodb/snooty/compare/v0.13.25-branding.3...v0.13.25) - 2022-08-25 + +## [v0.13.25-branding.3](https://github.com/mongodb/snooty/compare/v0.13.25-branding.2...v0.13.25-branding.3) - 2022-09-16 + +### Merged + +- DOP-3222 follow up: Add unit tests for button uri [`#688`](https://github.com/mongodb/snooty/pull/688) +- DOP-3185: update icon sizing [`#675`](https://github.com/mongodb/snooty/pull/675) +- DOP-2592: update language switcher [`#686`](https://github.com/mongodb/snooty/pull/686) ## [v0.13.25-branding.2](https://github.com/mongodb/snooty/compare/v0.13.25-branding...v0.13.25-branding.2) - 2022-09-02 diff --git a/package-lock.json b/package-lock.json index e74ef6d03..0f2b25200 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "snooty", - "version": "0.13.31", + "version": "0.13.32", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "snooty", - "version": "0.13.31", + "version": "0.13.32", "dependencies": { "@emotion/css": "^11.0.0", "@emotion/eslint-plugin": "^11.7.0", diff --git a/package.json b/package.json index 0af8466cc..4ab882420 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "snooty", - "version": "0.13.31", + "version": "0.13.32", "repository": "github:mongodb/snooty", "engines": { "node": "^14",