diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index e95cbe8582913e..77314c730fe0fe 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,5 +1,34 @@ # @mdn/browser-compat-data release notes +## [v5.5.2](https://github.com/mdn/browser-compat-data/releases/tag/v5.5.2) + +December 22, 2023 + +### Removals + +- `api.Document.lostpointercapture_event` ([#21630](https://github.com/mdn/browser-compat-data/pull/21630)) +- `api.HTMLElement.beforeinput_event` ([#21640](https://github.com/mdn/browser-compat-data/pull/21640)) +- `api.HTMLElement.beforematch_event` ([#21642](https://github.com/mdn/browser-compat-data/pull/21642)) +- `api.HTMLElement.input_event` ([#21640](https://github.com/mdn/browser-compat-data/pull/21640)) + +### Additions + +- `api.Element.beforeinput_event` ([#21640](https://github.com/mdn/browser-compat-data/pull/21640)) +- `api.Element.input_event` ([#21640](https://github.com/mdn/browser-compat-data/pull/21640)) +- `browsers.firefox_android.releases.124` ([#21685](https://github.com/mdn/browser-compat-data/pull/21685)) +- `browsers.firefox.releases.124` ([#21685](https://github.com/mdn/browser-compat-data/pull/21685)) +- `css.types.image.gradient.linear-gradient.premultiplied_gradients` ([#21472](https://github.com/mdn/browser-compat-data/pull/21472)) +- `css.types.image.gradient.radial-gradient.premultiplied_gradients` ([#21472](https://github.com/mdn/browser-compat-data/pull/21472)) +- `html.elements.track.kind.descriptions` ([#21720](https://github.com/mdn/browser-compat-data/pull/21720)) +- `webassembly.multiMemory` ([#21620](https://github.com/mdn/browser-compat-data/pull/21620)) + +### Statistics + +- 15 contributors have changed 55 files with 858 additions and 708 deletions in 40 commits ([`v5.5.1...v5.5.2`](https://github.com/mdn/browser-compat-data/compare/v5.5.1...v5.5.2)) +- 15,376 total features +- 1,062 total contributors +- 4,678 total stargazers + ## [v5.5.1](https://github.com/mdn/browser-compat-data/releases/tag/v5.5.1) December 19, 2023 diff --git a/package-lock.json b/package-lock.json index 55e78c87c6c537..ebd6d4a848c3e0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@mdn/browser-compat-data", - "version": "5.5.1", + "version": "5.5.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@mdn/browser-compat-data", - "version": "5.5.1", + "version": "5.5.2", "license": "CC0-1.0", "devDependencies": { "@babel/eslint-parser": "~7.23.3", diff --git a/package.json b/package.json index 22a41812fffd57..b240bf2ebea9a3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mdn/browser-compat-data", - "version": "5.5.1", + "version": "5.5.2", "description": "Browser compatibility data provided by MDN Web Docs", "main": "index.ts", "type": "module",