From aa011030f449634d2e47a91b851a0c333b3bfe97 Mon Sep 17 00:00:00 2001 From: Grace Chong Date: Wed, 15 Jun 2022 12:56:27 -0400 Subject: [PATCH] 0.13.19 --- CHANGELOG.md | 14 +++++++++++++- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 16 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index df2d10a92..e8d480c60 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,19 @@ 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.18](https://github.com/mongodb/snooty/compare/v0.13.17...v0.13.18) +## [v0.13.19](https://github.com/mongodb/snooty/compare/v0.13.18...v0.13.19) + +### Merged + +- DOP-3067: bump consistent nav version [`#640`](https://github.com/mongodb/snooty/pull/640) +- DOP-2890: Fix critical dependabot alerts [`#629`](https://github.com/mongodb/snooty/pull/629) +- DOP-3039: Support relative URLs in Card component [`#638`](https://github.com/mongodb/snooty/pull/638) +- DOP-2998: Support versions with multiple forward slashes and SDK version grouping [`#636`](https://github.com/mongodb/snooty/pull/636) +- DOP-2821: De-hardcode search property mapping [`#624`](https://github.com/mongodb/snooty/pull/624) +- 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 ### Merged diff --git a/package-lock.json b/package-lock.json index 02a8b432b..d9d53bfdd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "snooty", - "version": "0.13.18", + "version": "0.13.19", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "snooty", - "version": "0.13.18", + "version": "0.13.19", "dependencies": { "@emotion/css": "^11.0.0", "@emotion/eslint-plugin": "^11.7.0", diff --git a/package.json b/package.json index 7695b3b82..644fa6390 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "snooty", - "version": "0.13.18", + "version": "0.13.19", "repository": "github:mongodb/snooty", "engines": { "node": "^14",