From c30f0d748b9ef5b79d7a194cc80dfc65ee40de48 Mon Sep 17 00:00:00 2001 From: mdn-bot <108879845+mdn-bot@users.noreply.github.com> Date: Thu, 2 Jan 2025 18:42:14 +0000 Subject: [PATCH] Release v5.6.27 --- RELEASE_NOTES.md | 32 ++++++++++++++++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 35 insertions(+), 3 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index b4c3ded17a94f1..173926435358da 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,5 +1,37 @@ # @mdn/browser-compat-data release notes +## [v5.6.27](https://github.com/mdn/browser-compat-data/releases/tag/v5.6.27) + +January 2, 2025 + +### Removals + +- `http.headers.Cache-Control.stale-if-error` ([#25527](https://github.com/mdn/browser-compat-data/pull/25527)) + +### Additions + +- `api.Navigator.adAuctionComponents` ([#25228](https://github.com/mdn/browser-compat-data/pull/25228)) +- `api.Navigator.canLoadAdAuctionFencedFrame` ([#25228](https://github.com/mdn/browser-compat-data/pull/25228)) +- `api.Navigator.clearOriginJoinedAdInterestGroups` ([#25228](https://github.com/mdn/browser-compat-data/pull/25228)) +- `api.Navigator.createAuctionNonce` ([#25228](https://github.com/mdn/browser-compat-data/pull/25228)) +- `api.Navigator.deprecatedRunAdAuctionEnforcesKAnonymity` ([#25228](https://github.com/mdn/browser-compat-data/pull/25228)) +- `api.Navigator.joinAdInterestGroup` ([#25228](https://github.com/mdn/browser-compat-data/pull/25228)) +- `api.Navigator.leaveAdInterestGroup` ([#25228](https://github.com/mdn/browser-compat-data/pull/25228)) +- `api.Navigator.protectedAudience` ([#25228](https://github.com/mdn/browser-compat-data/pull/25228)) +- `api.Navigator.runAdAuction` ([#25228](https://github.com/mdn/browser-compat-data/pull/25228)) +- `api.Navigator.updateAdInterestGroups` ([#25228](https://github.com/mdn/browser-compat-data/pull/25228)) +- `api.ProtectedAudience` ([#25228](https://github.com/mdn/browser-compat-data/pull/25228)) +- `api.ProtectedAudience.queryFeatureSupport` ([#25228](https://github.com/mdn/browser-compat-data/pull/25228)) +- `browsers.deno.releases.1.46` ([#25515](https://github.com/mdn/browser-compat-data/pull/25515)) +- `browsers.nodejs.releases.19.3.0` ([#25487](https://github.com/mdn/browser-compat-data/pull/25487)) + +### Statistics + +- 8 contributors have changed 33 files with 638 additions and 126 deletions in 33 commits ([`v5.6.26...v5.6.27`](https://github.com/mdn/browser-compat-data/compare/v5.6.26...v5.6.27)) +- 16,761 total features +- 1,122 total contributors +- 5,047 total stargazers + ## [v5.6.26](https://github.com/mdn/browser-compat-data/releases/tag/v5.6.26) December 20, 2024 diff --git a/package-lock.json b/package-lock.json index ee5b16e7322233..5c3cabfd83ebde 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@mdn/browser-compat-data", - "version": "5.6.26", + "version": "5.6.27", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@mdn/browser-compat-data", - "version": "5.6.26", + "version": "5.6.27", "hasInstallScript": true, "license": "CC0-1.0", "devDependencies": { diff --git a/package.json b/package.json index f36581ee9ddddd..80d0cf6d282a6c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mdn/browser-compat-data", - "version": "5.6.26", + "version": "5.6.27", "description": "Browser compatibility data provided by MDN Web Docs", "main": "index.ts", "type": "module",