diff --git a/CHANGELOG.md b/CHANGELOG.md index 60e202f0b..f145ea19a 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.19](https://github.com/mongodb/snooty/compare/v0.14.18...v0.14.19) +## [v0.15.0](https://github.com/mongodb/snooty/compare/v0.14.19...v0.15.0) + +### Merged + +- DOP-4060 adds language selector to unified footer on docs' pages. [`#928`](https://github.com/mongodb/snooty/pull/928) +- DOP-4021: Migrate gatsby plugin to docsets [`#929`](https://github.com/mongodb/snooty/pull/929) +- DOP-3986 [`#927`](https://github.com/mongodb/snooty/pull/927) +- DOP-4042: Don't warn on facet rending in frontend [`#924`](https://github.com/mongodb/snooty/pull/924) +- DOP-4059: classnames added for Smartling [`#926`](https://github.com/mongodb/snooty/pull/926) +- Implement Gatsby Cloud source plugin [`#915`](https://github.com/mongodb/snooty/pull/915) +- DOP-3871: EoL VersionSelector [`#920`](https://github.com/mongodb/snooty/pull/920) + +### Commits + +- Revert "DOP-3938 Search Results Padding and font changes (#878)" [`11c03cc`](https://github.com/mongodb/snooty/commit/11c03cc07007acf65823554c13389cd692db31fb) + +## [v0.14.19](https://github.com/mongodb/snooty/compare/v0.14.18...v0.14.19) - 2023-09-28 ### Merged diff --git a/package-lock.json b/package-lock.json index 4f6b7bde4..19d3f71b4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "snooty", - "version": "0.14.19", + "version": "0.15.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "snooty", - "version": "0.14.19", + "version": "0.15.0", "dependencies": { "@emotion/css": "^11.0.0", "@emotion/eslint-plugin": "^11.7.0", diff --git a/package.json b/package.json index cfeae1a4b..e994e6e3c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "snooty", - "version": "0.14.19", + "version": "0.15.0", "repository": "github:mongodb/snooty", "engines": { "node": "^18",