diff --git a/CHANGELOG.md b/CHANGELOG.md index 87af57197..0e8779efb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,13 @@ 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.13.29](https://github.com/mongodb/snooty/compare/v0.13.28...v0.13.29) +## [v0.13.30](https://github.com/mongodb/snooty/compare/v0.13.29...v0.13.30) + +### Merged + +- Merge branding master [`#720`](https://github.com/mongodb/snooty/pull/720) + +## [v0.13.29](https://github.com/mongodb/snooty/compare/v0.13.28...v0.13.29) - 2022-11-02 ### Merged @@ -61,7 +67,15 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - DOP-3193: add pseudo elements at top of table for scroll view [`#679`](https://github.com/mongodb/snooty/pull/679) - DOP-3185: update icon sizing [`#675`](https://github.com/mongodb/snooty/pull/675) -## [v0.13.25](https://github.com/mongodb/snooty/compare/v0.13.25-branding.2...v0.13.25) - 2022-08-25 +## [v0.13.25](https://github.com/mongodb/snooty/compare/v0.13.25-branding.3...v0.13.25) - 2022-08-25 + +## [v0.13.25-branding.3](https://github.com/mongodb/snooty/compare/v0.13.25-branding.2...v0.13.25-branding.3) - 2022-09-16 + +### Merged + +- DOP-3222 follow up: Add unit tests for button uri [`#688`](https://github.com/mongodb/snooty/pull/688) +- DOP-3185: update icon sizing [`#675`](https://github.com/mongodb/snooty/pull/675) +- DOP-2592: update language switcher [`#686`](https://github.com/mongodb/snooty/pull/686) ## [v0.13.25-branding.2](https://github.com/mongodb/snooty/compare/v0.13.25-branding...v0.13.25-branding.2) - 2022-09-02 diff --git a/package-lock.json b/package-lock.json index 31fc13760..473d8aad0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "snooty", - "version": "0.13.29", + "version": "0.13.30", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "snooty", - "version": "0.13.29", + "version": "0.13.30", "dependencies": { "@emotion/css": "^11.0.0", "@emotion/eslint-plugin": "^11.7.0", diff --git a/package.json b/package.json index 255771228..80b36149c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "snooty", - "version": "0.13.29", + "version": "0.13.30", "repository": "github:mongodb/snooty", "engines": { "node": "^14",