From 80dd9a8d14f0f51e53866b56be6cb1ccd58a42b0 Mon Sep 17 00:00:00 2001 From: anabellabuckvar <41971124+anabellabuckvar@users.noreply.github.com> Date: Wed, 3 Apr 2024 14:31:57 -0400 Subject: [PATCH] 0.16.8 --- CHANGELOG.md | 20 ++++++++------------ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 11 insertions(+), 15 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b18a09eb8..a3c30673a 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.16.7](https://github.com/mongodb/snooty/compare/v0.16.6...v0.16.7) +## [v0.16.8](https://github.com/mongodb/snooty/compare/v0.16.7...v0.16.8) + +### Merged + +- DOP-4499 Reducing file size for Noto Sans SC and KR fonts [`#1051`](https://github.com/mongodb/snooty/pull/1051) + +## [v0.16.7](https://github.com/mongodb/snooty/compare/v0.16.6...v0.16.7) - 2024-04-03 ### Merged @@ -24,7 +30,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - Update .prettierignore [`722f310`](https://github.com/mongodb/snooty/commit/722f3105f4b0ef67854167cdd78ae5b3c6fd7d84) -## [v0.16.6](https://github.com/mongodb/snooty/compare/v0.16.5...v0.16.6) - 2024-03-20 +## [v0.16.6](https://github.com/mongodb/snooty/compare/v0.16.4...v0.16.6) - 2024-03-20 ### Merged @@ -45,16 +51,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - DOP-4379: Modify Figure.test.js to fail if "class" option is not properly accessed [`#1027`](https://github.com/mongodb/snooty/pull/1027) - Removing all instances of v0.16.5 [`#1026`](https://github.com/mongodb/snooty/pull/1026) -## [v0.16.5](https://github.com/mongodb/snooty/compare/v0.16.4...v0.16.5) - 2024-03-04 - -### Merged - -- DOP-4411: Fixing Homepage Hero Image [`#1030`](https://github.com/mongodb/snooty/pull/1030) - -### Commits - -- updating package, package-lock [`c165b87`](https://github.com/mongodb/snooty/commit/c165b872aa7295fc6c97e7f032db131f2ff7b13a) - ## [v0.16.4](https://github.com/mongodb/snooty/compare/v0.16.3...v0.16.4) - 2024-02-28 ### Merged diff --git a/package-lock.json b/package-lock.json index bc4a22e4f..7646939e1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "snooty", - "version": "0.16.7", + "version": "0.16.8", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "snooty", - "version": "0.16.7", + "version": "0.16.8", "dependencies": { "@emotion/css": "^11.0.0", "@emotion/eslint-plugin": "^11.7.0", diff --git a/package.json b/package.json index 48882ffdc..8c16a72ef 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "snooty", - "version": "0.16.7", + "version": "0.16.8", "repository": "github:mongodb/snooty", "engines": { "node": "^18",