From 2600d2e9edf920899b53300ef8d4ca4b88461452 Mon Sep 17 00:00:00 2001 From: MDN Web Docs GitHub Bot <108879845+mdn-bot@users.noreply.github.com> Date: Mon, 9 Oct 2023 10:55:55 +0200 Subject: [PATCH] chore(main): release 2.2.1 (#2608) --- CHANGELOG.md | 10 ++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f8219de43..39e5cee0a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [2.2.1](https://github.com/mdn/interactive-examples/compare/v2.2.0...v2.2.1) (2023-10-09) + + +### Bug Fixes + +* **css:** for font examples use 'rem' instead of 'em' ([#2604](https://github.com/mdn/interactive-examples/issues/2604)) ([822ffc3](https://github.com/mdn/interactive-examples/commit/822ffc311ae370991cb1ac94e8d8da24a90b6e75)) +* **deps:** run npm audit fix ([#2624](https://github.com/mdn/interactive-examples/issues/2624)) ([ac27b1c](https://github.com/mdn/interactive-examples/commit/ac27b1c3f3a593254cc37057cb33fca867cd4b3c)) +* **pseudo class empty:** removed whitespace example ([#2582](https://github.com/mdn/interactive-examples/issues/2582)) ([66f59c8](https://github.com/mdn/interactive-examples/commit/66f59c8cd6e50af3c321039eabfc3722f1a65979)) +* vulnerabilities with `npm audit fix` ([#2620](https://github.com/mdn/interactive-examples/issues/2620)) ([2a51597](https://github.com/mdn/interactive-examples/commit/2a515974ac2bca0685784228a341556f1c6d18d8)) + ## [2.2.0](https://github.com/mdn/interactive-examples/compare/v2.1.1...v2.2.0) (2023-08-29) diff --git a/package-lock.json b/package-lock.json index 3f3ac4c73..3c29fd298 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "interactive-examples", - "version": "2.2.0", + "version": "2.2.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "interactive-examples", - "version": "2.2.0", + "version": "2.2.1", "hasInstallScript": true, "license": "MPL-2.0", "devDependencies": { diff --git a/package.json b/package.json index 4a20b7881..1ae6b820b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "interactive-examples", - "version": "2.2.0", + "version": "2.2.1", "description": "Interactive code examples embedded on MDN", "author": "Mozilla", "license": "MPL-2.0",