diff --git a/CHANGELOG.md b/CHANGELOG.md index 771218d1f..04cdab298 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,13 @@ 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.16.12](https://github.com/mongodb/snooty/compare/v0.16.11...v0.16.12) +## [v0.16.13](https://github.com/mongodb/snooty/compare/v0.16.12...v0.16.13) + +### Merged + +- DOP-4566: set init values for tabs and tab selectors during build time [`#1080`](https://github.com/mongodb/snooty/pull/1080) + +## [v0.16.12](https://github.com/mongodb/snooty/compare/v0.16.11...v0.16.12) - 2024-05-01 ### Merged @@ -16,10 +22,13 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - :bug: DOP-4572 Unused objects/props are included in reference links [`#1081`](https://github.com/mongodb/snooty/pull/1081) - DOP-4505: Lighthouse Server scores for desktop and mobile [`#1079`](https://github.com/mongodb/snooty/pull/1079) -## [v0.16.11](https://github.com/mongodb/snooty/compare/v0.16.10...v0.16.11) - 2024-04-24 +## [v0.16.11](https://github.com/mongodb/snooty/compare/v0.16.11-munich...v0.16.11) - 2024-04-24 + +## [v0.16.11-munich](https://github.com/mongodb/snooty/compare/v0.16.10...v0.16.11-munich) - 2024-05-01 ### Merged +- DOP-4587: Bump consistent-nav package to 2.0.7 [`#1082`](https://github.com/mongodb/snooty/pull/1082) - [DOP-4515]: Update chatbot version [`#1070`](https://github.com/mongodb/snooty/pull/1070) - Pin node-gyp v10 [`#1077`](https://github.com/mongodb/snooty/pull/1077) - DOP-4548: Fix CTA banner icon placement [`#1069`](https://github.com/mongodb/snooty/pull/1069) diff --git a/package-lock.json b/package-lock.json index a2ae0bb8d..da7992bfa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "snooty", - "version": "0.16.12", + "version": "0.16.13", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "snooty", - "version": "0.16.12", + "version": "0.16.13", "dependencies": { "@emotion/css": "^11.0.0", "@emotion/eslint-plugin": "^11.7.0", diff --git a/package.json b/package.json index bd04259e9..283ae70d4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "snooty", - "version": "0.16.12", + "version": "0.16.13", "repository": "github:mongodb/snooty", "engines": { "node": "^18",