diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 9f30ff38306d8f..ec2c009c08090c 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,5 +1,26 @@ # @mdn/browser-compat-data release notes +## [v5.6.2](https://github.com/mdn/browser-compat-data/releases/tag/v5.6.2) + +September 20, 2024 + +### Removals + +- `html.elements.area.tabindex` ([#24430](https://github.com/mdn/browser-compat-data/pull/24430)) +- `html.elements.object.tabindex` ([#24430](https://github.com/mdn/browser-compat-data/pull/24430)) + +### Additions + +- `webextensions.api.declarativeNetRequest.RuleCondition.initiatorDomains` ([#24384](https://github.com/mdn/browser-compat-data/pull/24384)) +- `webextensions.api.tabs.onUpdated.changeInfo.openerTabId` ([#24069](https://github.com/mdn/browser-compat-data/pull/24069)) + +### Statistics + +- 6 contributors have changed 11 files with 78 additions and 89 deletions in 10 commits ([`v5.6.1...v5.6.2`](https://github.com/mdn/browser-compat-data/compare/v5.6.1...v5.6.2)) +- 16,479 total features +- 1,104 total contributors +- 4,905 total stargazers + ## [v5.6.1](https://github.com/mdn/browser-compat-data/releases/tag/v5.6.1) September 18, 2024 diff --git a/package-lock.json b/package-lock.json index 7496274fd94efc..5327a51a558993 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@mdn/browser-compat-data", - "version": "5.6.1", + "version": "5.6.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@mdn/browser-compat-data", - "version": "5.6.1", + "version": "5.6.2", "hasInstallScript": true, "license": "CC0-1.0", "devDependencies": { diff --git a/package.json b/package.json index d07d6378ec06f4..571a597b843734 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mdn/browser-compat-data", - "version": "5.6.1", + "version": "5.6.2", "description": "Browser compatibility data provided by MDN Web Docs", "main": "index.ts", "type": "module",