diff --git a/CHANGELOG.md b/CHANGELOG.md index f4401e891..cb710a3af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,20 @@ 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.15](https://github.com/mongodb/snooty/compare/v0.14.14...v0.14.15) +## [v0.14.16](https://github.com/mongodb/snooty/compare/v0.14.15...v0.14.16) + +### Merged + +- DOP-4040: bump chatbot to v0.0.6 [`#914`](https://github.com/mongodb/snooty/pull/914) +- DOP-4038: embiggen hero image [`#913`](https://github.com/mongodb/snooty/pull/913) +- Homepage redesign: more ways mobile video [`#909`](https://github.com/mongodb/snooty/pull/909) +- pass href to link, for it to be not undefined [`#910`](https://github.com/mongodb/snooty/pull/910) +- Explore landing bug [`#906`](https://github.com/mongodb/snooty/pull/906) +- style header for search results page [`#908`](https://github.com/mongodb/snooty/pull/908) +- DOP-4032: Align chatbot for XL screen sizes [`#907`](https://github.com/mongodb/snooty/pull/907) +- Redesign bugs: target only second section of card group in landing [`#905`](https://github.com/mongodb/snooty/pull/905) + +## [v0.14.15](https://github.com/mongodb/snooty/compare/v0.14.14...v0.14.15) - 2023-09-16 ### Merged diff --git a/package-lock.json b/package-lock.json index 94f7f006a..f58378e4f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "snooty", - "version": "0.14.15", + "version": "0.14.16", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "snooty", - "version": "0.14.15", + "version": "0.14.16", "dependencies": { "@emotion/css": "^11.0.0", "@emotion/eslint-plugin": "^11.7.0", diff --git a/package.json b/package.json index 8ce657080..b451bf9ac 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "snooty", - "version": "0.14.15", + "version": "0.14.16", "repository": "github:mongodb/snooty", "engines": { "node": "^18",