From 56a8760868b0622dcec01e8353a51c217b28248b Mon Sep 17 00:00:00 2001 From: Claas Augner <495429+caugner@users.noreply.github.com> Date: Tue, 15 Oct 2024 18:14:57 +0200 Subject: [PATCH] Release v5.6.7 (#24725) This release was generated by the project's release script. --- RELEASE_NOTES.md | 21 +++++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 24 insertions(+), 3 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 3f568cfb10761d..f46e993477ef16 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,5 +1,26 @@ # @mdn/browser-compat-data release notes +## [v5.6.7](https://github.com/mdn/browser-compat-data/releases/tag/v5.6.7) + +October 15, 2024 + +### Additions + +- `api.GPUCanvasContext.configure.toneMapping` ([#24701](https://github.com/mdn/browser-compat-data/pull/24701)) +- `api.GPUCanvasContext.getConfiguration` ([#24701](https://github.com/mdn/browser-compat-data/pull/24701)) +- `api.ProgressEvent.worker_support` ([#24620](https://github.com/mdn/browser-compat-data/pull/24620)) +- `css.properties.display.none.option_is_hidden` ([#24392](https://github.com/mdn/browser-compat-data/pull/24392)) +- `css.properties.ruby-position.inter-character` ([#24153](https://github.com/mdn/browser-compat-data/pull/24153)) +- `css.properties.ruby-position.over` ([#24153](https://github.com/mdn/browser-compat-data/pull/24153)) +- `css.properties.ruby-position.under` ([#24153](https://github.com/mdn/browser-compat-data/pull/24153)) + +### Statistics + +- 8 contributors have changed 45 files with 711 additions and 84 deletions in 19 commits ([`v5.6.6...v5.6.7`](https://github.com/mdn/browser-compat-data/compare/v5.6.6...v5.6.7)) +- 16,579 total features +- 1,111 total contributors +- 4,946 total stargazers + ## [v5.6.6](https://github.com/mdn/browser-compat-data/releases/tag/v5.6.6) October 11, 2024 diff --git a/package-lock.json b/package-lock.json index f2c1b95435b5e1..2d008a39e950b5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@mdn/browser-compat-data", - "version": "5.6.6", + "version": "5.6.7", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@mdn/browser-compat-data", - "version": "5.6.6", + "version": "5.6.7", "hasInstallScript": true, "license": "CC0-1.0", "devDependencies": { diff --git a/package.json b/package.json index 15ecd26e1f3945..038f16bcce8113 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mdn/browser-compat-data", - "version": "5.6.6", + "version": "5.6.7", "description": "Browser compatibility data provided by MDN Web Docs", "main": "index.ts", "type": "module",