From 991fa24a45c98e6ac4179a5b0e6423b3503c48c3 Mon Sep 17 00:00:00 2001 From: MDN Web Docs GitHub Bot <108879845+mdn-bot@users.noreply.github.com> Date: Fri, 17 Oct 2025 12:23:11 +0200 Subject: [PATCH] chore(main): release 3.0.1 --- 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 125242735..768644975 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-10-17) + + +### 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",