diff --git a/CHANGELOG.md b/CHANGELOG.md index 3da0ecd1b..60e202f0b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,23 @@ 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.18](https://github.com/mongodb/snooty/compare/v0.14.17...v0.14.18) +## [v0.14.19](https://github.com/mongodb/snooty/compare/v0.14.18...v0.14.19) + +### Merged + +- DOP-4051: Fix Undefined Icon Warning in Frontend [`#923`](https://github.com/mongodb/snooty/pull/923) +- DOP-4054: Update Uni and Community left sidenav links on landing to subfolder versions [`#922`](https://github.com/mongodb/snooty/pull/922) +- DOP-4053: Update Headers to use correct "as" headings [`#921`](https://github.com/mongodb/snooty/pull/921) +- DOP-3938 Search Results Padding and font changes [`#878`](https://github.com/mongodb/snooty/pull/878) +- hotfix: Use hook for snootyenv [`#918`](https://github.com/mongodb/snooty/pull/918) +- DOP-4029: Remove old feedback widget from headings on mobile [`#912`](https://github.com/mongodb/snooty/pull/912) +- DOP-4028: Fix margin for links with svgs [`#911`](https://github.com/mongodb/snooty/pull/911) + +### Commits + +- hotfix: restore production value and fix failing test [`f6a550a`](https://github.com/mongodb/snooty/commit/f6a550a07967d79c932da7e343c8a042eed1c950) + +## [v0.14.18](https://github.com/mongodb/snooty/compare/v0.14.17...v0.14.18) - 2023-09-22 ### Merged diff --git a/package-lock.json b/package-lock.json index 43a361d54..0a207c7ec 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "snooty", - "version": "0.14.18", + "version": "0.14.19", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "snooty", - "version": "0.14.18", + "version": "0.14.19", "dependencies": { "@emotion/css": "^11.0.0", "@emotion/eslint-plugin": "^11.7.0", diff --git a/package.json b/package.json index 70583282f..1f1ff9cf5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "snooty", - "version": "0.14.18", + "version": "0.14.19", "repository": "github:mongodb/snooty", "engines": { "node": "^18",