diff --git a/CHANGELOG.md b/CHANGELOG.md index 125242735..acdf3a435 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [3.0.1](https://github.com/mdn/interactive-examples/compare/v3.0.0...v3.0.1) (2025-05-16) + + +### Bug Fixes + +* **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)) +* 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)) +* **workflows:** disable cache in privileged workflows ([#2927](https://github.com/mdn/interactive-examples/issues/2927)) ([ea2f6c0](https://github.com/mdn/interactive-examples/commit/ea2f6c0b3263d51085e8466cd63f71a47e8bcd52)) + ## [3.0.0](https://github.com/mdn/interactive-examples/compare/v2.7.0...v3.0.0) (2024-11-14) diff --git a/package-lock.json b/package-lock.json index 83b18284f..b5f73a939 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "interactive-examples", - "version": "3.0.0", + "version": "3.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "interactive-examples", - "version": "3.0.0", + "version": "3.0.1", "hasInstallScript": true, "license": "CC0-1.0", "devDependencies": { diff --git a/package.json b/package.json index 221157d8c..0f5909cce 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "interactive-examples", - "version": "3.0.0", + "version": "3.0.1", "description": "Interactive code examples embedded on MDN", "author": "Mozilla", "license": "CC0-1.0",