From 5abe5d027ac700bbfc36dab289d1dfc170a0d14b Mon Sep 17 00:00:00 2001 From: "Queen Vinyl Da.i'gyu-Kazotetsu" Date: Tue, 7 May 2024 05:57:20 -0700 Subject: [PATCH] Release v5.5.26 (#23023) This release was generated by the project's release script. --- RELEASE_NOTES.md | 16 ++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 19 insertions(+), 3 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index cf104a56e1272..5dc997a2c4f6c 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,5 +1,21 @@ # @mdn/browser-compat-data release notes +## [v5.5.26](https://github.com/mdn/browser-compat-data/releases/tag/v5.5.26) + +May 7, 2024 + +### Additions + +- `api.InstallEvent.addRoutes` ([#22870](https://github.com/mdn/browser-compat-data/pull/22870)) +- `browsers.nodejs.releases.22.0.0` ([#22944](https://github.com/mdn/browser-compat-data/pull/22944)) + +### Statistics + +- 12 contributors have changed 22 files with 197 additions and 90 deletions in 16 commits ([`v5.5.25...v5.5.26`](https://github.com/mdn/browser-compat-data/compare/v5.5.25...v5.5.26)) +- 16,394 total features +- 1,087 total contributors +- 4,796 total stargazers + ## [v5.5.25](https://github.com/mdn/browser-compat-data/releases/tag/v5.5.25) May 3, 2024 diff --git a/package-lock.json b/package-lock.json index c3a9fb3dd0da4..e5d8ba9b51e88 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@mdn/browser-compat-data", - "version": "5.5.25", + "version": "5.5.26", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@mdn/browser-compat-data", - "version": "5.5.25", + "version": "5.5.26", "hasInstallScript": true, "license": "CC0-1.0", "devDependencies": { diff --git a/package.json b/package.json index ebe3823b14529..3cf1b08f5d5f1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mdn/browser-compat-data", - "version": "5.5.25", + "version": "5.5.26", "description": "Browser compatibility data provided by MDN Web Docs", "main": "index.ts", "type": "module",