Skip to content

Commit 2600d2e

Browse files
authored
chore(main): release 2.2.1 (#2608)
1 parent ac27b1c commit 2600d2e

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## [2.2.1](https://github.com/mdn/interactive-examples/compare/v2.2.0...v2.2.1) (2023-10-09)
4+
5+
6+
### Bug Fixes
7+
8+
* **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))
9+
* **deps:** run npm audit fix ([#2624](https://github.com/mdn/interactive-examples/issues/2624)) ([ac27b1c](https://github.com/mdn/interactive-examples/commit/ac27b1c3f3a593254cc37057cb33fca867cd4b3c))
10+
* **pseudo class empty:** removed whitespace example ([#2582](https://github.com/mdn/interactive-examples/issues/2582)) ([66f59c8](https://github.com/mdn/interactive-examples/commit/66f59c8cd6e50af3c321039eabfc3722f1a65979))
11+
* vulnerabilities with `npm audit fix` ([#2620](https://github.com/mdn/interactive-examples/issues/2620)) ([2a51597](https://github.com/mdn/interactive-examples/commit/2a515974ac2bca0685784228a341556f1c6d18d8))
12+
313
## [2.2.0](https://github.com/mdn/interactive-examples/compare/v2.1.1...v2.2.0) (2023-08-29)
414

515

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "interactive-examples",
3-
"version": "2.2.0",
3+
"version": "2.2.1",
44
"description": "Interactive code examples embedded on MDN",
55
"author": "Mozilla",
66
"license": "MPL-2.0",

0 commit comments

Comments
 (0)