diff --git a/CHANGELOG.md b/CHANGELOG.md index d7271ba8a..6c249dc61 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,14 @@ 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.4.1](https://github.com/mongodb/snooty/compare/v0.4.0...v0.4.1) - 2020-03-31 + +### Merged + +- DOP-335: hardcoded ecosystem tiles [`#161`](https://github.com/mongodb/snooty/pull/161) +- DOP-873: Fix sidebar/left navtab on-load flashing [`#169`](https://github.com/mongodb/snooty/pull/169) +- DOP-579: See also links rendering without title text in guides [`#168`](https://github.com/mongodb/snooty/pull/168) + ## [v0.4.0](https://github.com/mongodb/snooty/compare/v0.3.2...v0.4.0) - 2020-03-23 ### Merged diff --git a/package-lock.json b/package-lock.json index 359618f61..d54e0ca57 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "snooty", - "version": "0.4.0", + "version": "0.4.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index d064f3fc4..94049be16 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "snooty", - "version": "0.4.0", + "version": "0.4.1", "repository": "github:mongodb/snooty", "devDependencies": { "auto-changelog": "^1.16.2",