From effcd228a93c80f2387910c2f70a8e912e1141bb Mon Sep 17 00:00:00 2001 From: Cassidy Schaufele Date: Thu, 23 Feb 2023 08:12:29 -0700 Subject: [PATCH] 0.13.39 --- CHANGELOG.md | 11 ++++++++++- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f3e3b0e4a..3d917dda5 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.13.38](https://github.com/mongodb/snooty/compare/v0.13.37...v0.13.38) +## [v0.13.39](https://github.com/mongodb/snooty/compare/v0.13.38...v0.13.39) + +### Merged + +- DOP-3515 [`#773`](https://github.com/mongodb/snooty/pull/773) +- add nullish check for associated products value [`#772`](https://github.com/mongodb/snooty/pull/772) +- DOP-3513 style version selector for overflow and mobile [`#771`](https://github.com/mongodb/snooty/pull/771) +- fixup: make unique key for toc node with versions [`#770`](https://github.com/mongodb/snooty/pull/770) + +## [v0.13.38](https://github.com/mongodb/snooty/compare/v0.13.37...v0.13.38) - 2023-02-13 ### Merged diff --git a/package-lock.json b/package-lock.json index 4411bf8fd..122de02aa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "snooty", - "version": "0.13.38", + "version": "0.13.39", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index ef81e848c..cb4f32ef3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "snooty", - "version": "0.13.38", + "version": "0.13.39", "repository": "github:mongodb/snooty", "engines": { "node": "^14",