diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index b850d1d0e5aa5f..609f2266066323 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,5 +1,16 @@ # @mdn/browser-compat-data release notes +## [v5.6.32](https://github.com/mdn/browser-compat-data/releases/tag/v5.6.32) + +January 17, 2025 + +### Statistics + +- 2 contributors have changed 1 file with 5 additions and 1 deletion in 1 commit ([`v5.6.31...v5.6.32`](https://github.com/mdn/browser-compat-data/compare/v5.6.31...v5.6.32)) +- 16,783 total features +- 1,123 total contributors +- 5,058 total stargazers + ## [v5.6.31](https://github.com/mdn/browser-compat-data/releases/tag/v5.6.31) January 17, 2025 diff --git a/package-lock.json b/package-lock.json index 5a363f18751cf4..4ba7f649474673 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@mdn/browser-compat-data", - "version": "5.6.31", + "version": "5.6.32", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@mdn/browser-compat-data", - "version": "5.6.31", + "version": "5.6.32", "hasInstallScript": true, "license": "CC0-1.0", "devDependencies": { diff --git a/package.json b/package.json index 42ba4f2463a63f..7d77b96b40d291 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mdn/browser-compat-data", - "version": "5.6.31", + "version": "5.6.32", "description": "Browser compatibility data provided by MDN Web Docs", "main": "index.ts", "type": "module",