From e92aa07c8c25c7dfc8ea643a531229e8f0cd1342 Mon Sep 17 00:00:00 2001 From: mdn-bot <108879845+mdn-bot@users.noreply.github.com> Date: Fri, 28 Feb 2025 11:33:30 +0000 Subject: [PATCH] Release v5.6.43 --- 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 2d778bf32f97cf..6fe63a2f880fc1 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,5 +1,25 @@ # @mdn/browser-compat-data release notes +## [v5.6.43](https://github.com/mdn/browser-compat-data/releases/tag/v5.6.43) + +February 28, 2025 + +### Removals + +- `css.properties.font.font_stretch_support` ([#26060](https://github.com/mdn/browser-compat-data/pull/26060)) +- `javascript.builtins.Error.cause.displayed_in_console` ([#26001](https://github.com/mdn/browser-compat-data/pull/26001)) + +### Additions + +- `css.properties.font.font-width_keyword_values` ([#26060](https://github.com/mdn/browser-compat-data/pull/26060)) + +### Statistics + +- 4 contributors have changed 20 files with 117 additions and 86 deletions in 14 commits ([`v5.6.42...v5.6.43`](https://github.com/mdn/browser-compat-data/compare/v5.6.42...v5.6.43)) +- 16,973 total features +- 1,130 total contributors +- 5,119 total stargazers + ## [v5.6.42](https://github.com/mdn/browser-compat-data/releases/tag/v5.6.42) February 25, 2025 diff --git a/package-lock.json b/package-lock.json index 51d71a83353257..09446a96a04a7e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@mdn/browser-compat-data", - "version": "5.6.42", + "version": "5.6.43", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@mdn/browser-compat-data", - "version": "5.6.42", + "version": "5.6.43", "hasInstallScript": true, "license": "CC0-1.0", "devDependencies": { diff --git a/package.json b/package.json index 2027b7d893946d..90c234f78e9684 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mdn/browser-compat-data", - "version": "5.6.42", + "version": "5.6.43", "description": "Browser compatibility data provided by MDN Web Docs", "main": "index.ts", "type": "module",