diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f1768445..8dc0e6765 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,19 @@ 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.14.8](https://github.com/mongodb/snooty/compare/v0.14.7...v0.14.8) +## [v0.14.9](https://github.com/mongodb/snooty/compare/v0.14.8...v0.14.9) + +### Merged + +- DOP-3783: Akzidenz Happen [`#845`](https://github.com/mongodb/snooty/pull/845) +- DOP-3784: bump top nav && flora [`#844`](https://github.com/mongodb/snooty/pull/844) +- DOP-3765: Prep npmrc for Gatsby Cloud installations [`#842`](https://github.com/mongodb/snooty/pull/842) +- DOP-3736: add kotlin icon [`#839`](https://github.com/mongodb/snooty/pull/839) +- [DOP-3657] moving the fetch to a try catch [`#840`](https://github.com/mongodb/snooty/pull/840) +- Dop 3749 [`#836`](https://github.com/mongodb/snooty/pull/836) +- changed the default from choosing index 0 to choosing nodejs [`#838`](https://github.com/mongodb/snooty/pull/838) + +## [v0.14.8](https://github.com/mongodb/snooty/compare/v0.14.7...v0.14.8) - 2023-06-12 ### Merged @@ -268,7 +280,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 c7d258a66..587937b16 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "snooty", - "version": "0.14.8", + "version": "0.14.9", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "snooty", - "version": "0.14.8", + "version": "0.14.9", "dependencies": { "@emotion/css": "^11.0.0", "@emotion/eslint-plugin": "^11.7.0", diff --git a/package.json b/package.json index af91994de..77fe64c1f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "snooty", - "version": "0.14.8", + "version": "0.14.9", "repository": "github:mongodb/snooty", "engines": { "node": "^18",