From 7592b2915245ecaf7ea41de431cead9f567e7385 Mon Sep 17 00:00:00 2001 From: "Queen Vinyl Da.i'gyu-Kazotetsu" Date: Tue, 3 Sep 2024 15:12:20 -0700 Subject: [PATCH] Release v5.5.50 (#24296) This release was generated by the project's release script. --- RELEASE_NOTES.md | 20 ++++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 23 insertions(+), 3 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 84f93b4c720236..d82a9d66510b4d 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,5 +1,25 @@ # @mdn/browser-compat-data release notes +## [v5.5.50](https://github.com/mdn/browser-compat-data/releases/tag/v5.5.50) + +September 3, 2024 + +### Additions + +- `api.Notification.requestPermission_static.returns_promise` ([#23911](https://github.com/mdn/browser-compat-data/pull/23911)) +- `browsers.firefox_android.releases.133` ([#24282](https://github.com/mdn/browser-compat-data/pull/24282)) +- `browsers.firefox.releases.133` ([#24282](https://github.com/mdn/browser-compat-data/pull/24282)) +- `webdriver.commands.CreateVirtualPressureSource` ([#24211](https://github.com/mdn/browser-compat-data/pull/24211)) +- `webdriver.commands.DeleteVirtualPressureSource` ([#24211](https://github.com/mdn/browser-compat-data/pull/24211)) +- `webdriver.commands.UpdateVirtualPressureSource` ([#24211](https://github.com/mdn/browser-compat-data/pull/24211)) + +### Statistics + +- 7 contributors have changed 41 files with 387 additions and 134 deletions in 29 commits ([`v5.5.49...v5.5.50`](https://github.com/mdn/browser-compat-data/compare/v5.5.49...v5.5.50)) +- 16,481 total features +- 1,103 total contributors +- 4,889 total stargazers + ## [v5.5.49](https://github.com/mdn/browser-compat-data/releases/tag/v5.5.49) August 27, 2024 diff --git a/package-lock.json b/package-lock.json index 51c2ec3657349d..948b2bc1b31f71 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@mdn/browser-compat-data", - "version": "5.5.49", + "version": "5.5.50", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@mdn/browser-compat-data", - "version": "5.5.49", + "version": "5.5.50", "hasInstallScript": true, "license": "CC0-1.0", "devDependencies": { diff --git a/package.json b/package.json index a91529fd7bdfc2..ee296c18ed4f88 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mdn/browser-compat-data", - "version": "5.5.49", + "version": "5.5.50", "description": "Browser compatibility data provided by MDN Web Docs", "main": "index.ts", "type": "module",