Skip to content
This repository was archived by the owner on Oct 17, 2025. It is now read-only.

Commit 991fa24

Browse files
committed
chore(main): release 3.0.1
1 parent 13024db commit 991fa24

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [3.0.1](https://github.com/mdn/interactive-examples/compare/v3.0.0...v3.0.1) (2025-10-17)
4+
5+
6+
### Bug Fixes
7+
8+
* **css:** clip-path should use proper coords ([#2904](https://github.com/mdn/interactive-examples/issues/2904)) ([c9a8765](https://github.com/mdn/interactive-examples/commit/c9a8765881872ef5b67f31fa172727da4a1b0dc4))
9+
* Fix JS for CSS transform-origin example ([#2875](https://github.com/mdn/interactive-examples/issues/2875)) ([#2876](https://github.com/mdn/interactive-examples/issues/2876)) ([92c1c7a](https://github.com/mdn/interactive-examples/commit/92c1c7ab5a85f6f65a5f058530226f156cb3a5c5))
10+
* **workflows:** disable cache in privileged workflows ([#2927](https://github.com/mdn/interactive-examples/issues/2927)) ([ea2f6c0](https://github.com/mdn/interactive-examples/commit/ea2f6c0b3263d51085e8466cd63f71a47e8bcd52))
11+
312
## [3.0.0](https://github.com/mdn/interactive-examples/compare/v2.7.0...v3.0.0) (2024-11-14)
413

514

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "interactive-examples",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"description": "Interactive code examples embedded on MDN",
55
"author": "Mozilla",
66
"license": "CC0-1.0",

0 commit comments

Comments
 (0)