diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 22bddacda5d78c..9a4ab205b14930 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,5 +1,21 @@ # @mdn/browser-compat-data release notes +## [v5.6.17](https://github.com/mdn/browser-compat-data/releases/tag/v5.6.17) + +November 19, 2024 + +### Removals + +- `css.properties.word-wrap` ([#25097](https://github.com/mdn/browser-compat-data/pull/25097)) +- `mathml.elements.ms.lquote_rquote_attributes` ([#25108](https://github.com/mdn/browser-compat-data/pull/25108)) + +### Statistics + +- 8 contributors have changed 1,361 files with 5,857 additions and 5,777 deletions in 22 commits ([`v5.6.16...v5.6.17`](https://github.com/mdn/browser-compat-data/compare/v5.6.16...v5.6.17)) +- 16,714 total features +- 1,116 total contributors +- 4,988 total stargazers + ## [v5.6.16](https://github.com/mdn/browser-compat-data/releases/tag/v5.6.16) November 18, 2024 diff --git a/package-lock.json b/package-lock.json index c9bbe469c3c326..27a149b3bd0bbf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@mdn/browser-compat-data", - "version": "5.6.16", + "version": "5.6.17", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@mdn/browser-compat-data", - "version": "5.6.16", + "version": "5.6.17", "hasInstallScript": true, "license": "CC0-1.0", "devDependencies": { diff --git a/package.json b/package.json index eec9edbb9868b0..c139e6b579affe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mdn/browser-compat-data", - "version": "5.6.16", + "version": "5.6.17", "description": "Browser compatibility data provided by MDN Web Docs", "main": "index.ts", "type": "module",