diff --git a/CHANGELOG.md b/CHANGELOG.md index 77d93268b..ee8fde34c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,16 @@ 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.8.3](https://github.com/mongodb/snooty/compare/v0.8.2...v0.8.3) +## [v0.8.4](https://github.com/mongodb/snooty/compare/v0.8.3...v0.8.4) + +### Merged + +- DOP-1749: Fix walkabout, refactor screen size hooks [`#328`](https://github.com/mongodb/snooty/pull/328) +- DOP-1789: Fix binary linking bug [`#329`](https://github.com/mongodb/snooty/pull/329) +- Allow users with adblockers to open the feedback widget [`#326`](https://github.com/mongodb/snooty/pull/326) +- DOP-1579: Add bordered-figure styling to Image [`#325`](https://github.com/mongodb/snooty/pull/325) + +## [v0.8.3](https://github.com/mongodb/snooty/compare/v0.8.2...v0.8.3) - 2020-12-03 ### Merged diff --git a/package-lock.json b/package-lock.json index d96e4663d..7dd0dffc7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "snooty", - "version": "0.8.3", + "version": "0.8.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index f48347dec..98cf84529 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "snooty", - "version": "0.8.3", + "version": "0.8.4", "repository": "github:mongodb/snooty", "devDependencies": { "@babel/core": "^7.12.9",