diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2c8b732d60a7..dba58653b638 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.63.1" + ".": "2.63.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c91f97fb704..edd98dd17069 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.63.2](https://github.com/mdn/yari/compare/v2.63.1...v2.63.2) (2024-09-16) + + +### Miscellaneous + +* **deps:** bump @webref/css from 6.15.1 to 6.15.2 ([#11803](https://github.com/mdn/yari/issues/11803)) ([d746b75](https://github.com/mdn/yari/commit/d746b75e0fffffa2b7f0dae82c21d53d2485e063)) + ## [2.63.1](https://github.com/mdn/yari/compare/v2.63.0...v2.63.1) (2024-09-16) diff --git a/package.json b/package.json index f18f8ce343e5..3eeec577bae2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mdn/yari", - "version": "2.63.1", + "version": "2.63.2", "repository": "https://github.com/mdn/yari", "license": "MPL-2.0", "author": "MDN Web Docs",