diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 8d5f4ac7421aea..64474b51b0320c 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,5 +1,37 @@ # @mdn/browser-compat-data release notes +## [v7.1.3](https://github.com/mdn/browser-compat-data/releases/tag/v7.1.3) + +September 5, 2025 + +### Removals + +- `http.headers.Set-Cookie.cookie_prefixes` ([#27724](https://github.com/mdn/browser-compat-data/pull/27724)) + +### Additions + +- `api.IDBIndex.getAllRecords` ([#27757](https://github.com/mdn/browser-compat-data/pull/27757)) +- `api.IDBObjectStore.getAllRecords` ([#27757](https://github.com/mdn/browser-compat-data/pull/27757)) +- `api.IDBRecord` ([#27757](https://github.com/mdn/browser-compat-data/pull/27757)) +- `api.IDBRecord.key` ([#27757](https://github.com/mdn/browser-compat-data/pull/27757)) +- `api.IDBRecord.primaryKey` ([#27757](https://github.com/mdn/browser-compat-data/pull/27757)) +- `api.IDBRecord.value` ([#27757](https://github.com/mdn/browser-compat-data/pull/27757)) +- `css.selectors.nesting.at-scope` ([#27723](https://github.com/mdn/browser-compat-data/pull/27723)) +- `http.headers.Set-Cookie.host_secure_prefixes` ([#27724](https://github.com/mdn/browser-compat-data/pull/27724)) +- `http.headers.Set-Cookie.http_host-http_prefixes` ([#27724](https://github.com/mdn/browser-compat-data/pull/27724)) +- `webextensions.api.contentScripts.register.cssOrigin` ([#27716](https://github.com/mdn/browser-compat-data/pull/27716)) +- `webextensions.api.scripting.RegisteredContentScript.cssOrigin` ([#27716](https://github.com/mdn/browser-compat-data/pull/27716)) +- `webextensions.api.types.BrowserSetting.clear` ([#27737](https://github.com/mdn/browser-compat-data/pull/27737)) +- `webextensions.api.types.BrowserSetting.get` ([#27737](https://github.com/mdn/browser-compat-data/pull/27737)) +- `webextensions.api.types.BrowserSetting.set` ([#27737](https://github.com/mdn/browser-compat-data/pull/27737)) + +### Statistics + +- 8 contributors have changed 34 files with 559 additions and 160 deletions in 19 commits ([`v7.1.2...v7.1.3`](https://github.com/mdn/browser-compat-data/compare/v7.1.2...v7.1.3)) +- 17,816 total features +- 1,195 total contributors +- 5,384 total stargazers + ## [v7.1.2](https://github.com/mdn/browser-compat-data/releases/tag/v7.1.2) September 3, 2025 diff --git a/package-lock.json b/package-lock.json index 14d35ccae721c5..90d8d44c5eeb40 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@mdn/browser-compat-data", - "version": "7.1.2", + "version": "7.1.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@mdn/browser-compat-data", - "version": "7.1.2", + "version": "7.1.3", "license": "CC0-1.0", "devDependencies": { "@ddbeck/mdn-content-inventory": "^0.2.20240621", diff --git a/package.json b/package.json index f07b1a2c9cca59..79a647a7bb9474 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mdn/browser-compat-data", - "version": "7.1.2", + "version": "7.1.3", "description": "Browser compatibility data provided by MDN Web Docs", "main": "index.ts", "type": "module",