diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ac8b6edc..153799a58 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,17 @@ 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.22](https://github.com/mongodb/snooty/compare/v0.13.21...v0.13.22) +## [v0.13.23](https://github.com/mongodb/snooty/compare/v0.13.22...v0.13.23) + +### Merged + +- DOP-2986: Load project name and branch from manifest [`#652`](https://github.com/mongodb/snooty/pull/652) +- DOP-2813: added stripQueryString to gatsby-config to clean canonical url [`#655`](https://github.com/mongodb/snooty/pull/655) +- DOP-3086: removed unused font (Inconsolata) from html.js [`#653`](https://github.com/mongodb/snooty/pull/653) +- Update percy.yml [`#651`](https://github.com/mongodb/snooty/pull/651) +- Percy CLI [`#645`](https://github.com/mongodb/snooty/pull/645) + +## [v0.13.22](https://github.com/mongodb/snooty/compare/v0.13.21...v0.13.22) - 2022-07-07 ### Merged @@ -42,12 +52,18 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - DOP-3057: Add legacy-peer-deps flag to CI installation step [`#637`](https://github.com/mongodb/snooty/pull/637) - DOP-2932: Update Consistent Nav version [`#635`](https://github.com/mongodb/snooty/pull/635) -## [v0.13.18](https://github.com/mongodb/snooty/compare/v0.13.17...v0.13.18) - 2022-06-07 +## [v0.13.18](https://github.com/mongodb/snooty/compare/v0.13.18-mdbw...v0.13.18) - 2022-06-07 + +## [v0.13.18-mdbw](https://github.com/mongodb/snooty/compare/v0.13.17...v0.13.18-mdbw) - 2022-06-07 ### Merged - Revert "DOP-2998: Support conditionally rendering Realm SDK versions (#626)" [`#634`](https://github.com/mongodb/snooty/pull/634) +### Commits + +- DOP-N/A: Update Consistent Nav version [`6184f97`](https://github.com/mongodb/snooty/commit/6184f97af80316f7a9a1a3fd8d8d88bb3233796d) + ## [v0.13.17](https://github.com/mongodb/snooty/compare/v0.13.17-mdbw...v0.13.17) - 2022-06-06 ## [v0.13.17-mdbw](https://github.com/mongodb/snooty/compare/v0.13.16...v0.13.17-mdbw) - 2022-06-06 diff --git a/package-lock.json b/package-lock.json index dfa8dcb97..e47fc330a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "snooty", - "version": "0.13.22", + "version": "0.13.23", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "snooty", - "version": "0.13.22", + "version": "0.13.23", "dependencies": { "@emotion/css": "^11.0.0", "@emotion/eslint-plugin": "^11.7.0", diff --git a/package.json b/package.json index 70040b512..87e8de092 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "snooty", - "version": "0.13.22", + "version": "0.13.23", "repository": "github:mongodb/snooty", "engines": { "node": "^14",