From 3f4cdd454845e15b04e6298580f313fdcf61a0df Mon Sep 17 00:00:00 2001 From: Allison Reinheimer Moore Date: Thu, 24 Aug 2023 15:22:32 -0400 Subject: [PATCH] 0.14.13 --- CHANGELOG.md | 9 ++++++++- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 50a4a58aa..723cfe8d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +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.14.12](https://github.com/mongodb/snooty/compare/v0.14.11...v0.14.12) +## [v0.14.13](https://github.com/mongodb/snooty/compare/v0.14.12...v0.14.13) + +### Merged + +- assert trailing slash on canonicals [`#868`](https://github.com/mongodb/snooty/pull/868) +- DOP-3540 🚚 moves from stitch to realm [`#867`](https://github.com/mongodb/snooty/pull/867) + +## [v0.14.12](https://github.com/mongodb/snooty/compare/v0.14.11...v0.14.12) - 2023-08-10 ### Merged diff --git a/package-lock.json b/package-lock.json index f8e778253..80edae1ef 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "snooty", - "version": "0.14.12", + "version": "0.14.13", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "snooty", - "version": "0.14.12", + "version": "0.14.13", "dependencies": { "@emotion/css": "^11.0.0", "@emotion/eslint-plugin": "^11.7.0", diff --git a/package.json b/package.json index a7a7b8978..50a6ca631 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "snooty", - "version": "0.14.12", + "version": "0.14.13", "repository": "github:mongodb/snooty", "engines": { "node": "^18",