diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e3370634..56b99c14c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.6.2](https://github.com/mdn/interactive-examples/compare/v2.6.1...v2.6.2) (2024-09-10) + + +### Bug Fixes + +* **ci:** check dependabot PR user instead of actor ([#2834](https://github.com/mdn/interactive-examples/issues/2834)) ([7bb336d](https://github.com/mdn/interactive-examples/commit/7bb336db1f01669831e38faeac5ba0dcd3732df9)) + ## [2.6.1](https://github.com/mdn/interactive-examples/compare/v2.6.0...v2.6.1) (2024-07-18) diff --git a/package-lock.json b/package-lock.json index cbcd71682..79f134302 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "interactive-examples", - "version": "2.6.1", + "version": "2.6.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "interactive-examples", - "version": "2.6.1", + "version": "2.6.2", "hasInstallScript": true, "license": "MPL-2.0", "devDependencies": { diff --git a/package.json b/package.json index ac612a3d9..bf7d4a804 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "interactive-examples", - "version": "2.6.1", + "version": "2.6.2", "description": "Interactive code examples embedded on MDN", "author": "Mozilla", "license": "MPL-2.0",