From a37b550c05d3691807501671d33322fa36755670 Mon Sep 17 00:00:00 2001 From: MDN Web Docs GitHub Bot <108879845+mdn-bot@users.noreply.github.com> Date: Fri, 15 Mar 2024 01:13:36 +0000 Subject: [PATCH] chore(main): release 2.4.1 (#2732) --- CHANGELOG.md | 9 +++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1282b26c0..7c803f98c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [2.4.1](https://github.com/mdn/interactive-examples/compare/v2.4.0...v2.4.1) (2024-03-06) + + +### Bug Fixes + +* `Intl.getCanonicalLocales` error message ([#2741](https://github.com/mdn/interactive-examples/issues/2741)) ([f5a8492](https://github.com/mdn/interactive-examples/commit/f5a8492c5fefbc0bc301163b13b19f8edc0925ba)) +* **ci:** migrate to husky v9 ([#2731](https://github.com/mdn/interactive-examples/issues/2731)) ([dee2d96](https://github.com/mdn/interactive-examples/commit/dee2d96f858a2c1eefda37bf4f840a28e3b0cd22)) +* **js:** ignore formatting empty statement example with code comment ([#2696](https://github.com/mdn/interactive-examples/issues/2696)) ([0b33754](https://github.com/mdn/interactive-examples/commit/0b337543c9ebc4bf0b7d302848b85748c182d167)) + ## [2.4.0](https://github.com/mdn/interactive-examples/compare/v2.3.5...v2.4.0) (2024-01-23) diff --git a/package-lock.json b/package-lock.json index ee77b5adc..ca2dd6619 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "interactive-examples", - "version": "2.4.0", + "version": "2.4.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "interactive-examples", - "version": "2.4.0", + "version": "2.4.1", "hasInstallScript": true, "license": "MPL-2.0", "devDependencies": { diff --git a/package.json b/package.json index 61d06002d..8500a59d9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "interactive-examples", - "version": "2.4.0", + "version": "2.4.1", "description": "Interactive code examples embedded on MDN", "author": "Mozilla", "license": "MPL-2.0",