diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d4f6f29..d6f5405 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.0.0" + ".": "3.0.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c6abc7..b737be6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [3.0.1](https://github.com/alexwilson/enable-github-automerge-action/compare/3.0.0...3.0.1) (2026-06-14) + + +### Bug Fixes + +* **deps-dev:** Bump @rollup/plugin-commonjs from 29.0.2 to 29.0.3 ([842812e](https://github.com/alexwilson/enable-github-automerge-action/commit/842812e4dbfafe2d294ef8aed2beb4652b93d303)) +* **deps-dev:** Bump @rollup/plugin-commonjs from 29.0.2 to 29.0.3 ([5762fd4](https://github.com/alexwilson/enable-github-automerge-action/commit/5762fd42cedd01848a7a7f16ba0e06dda6cec617)) +* **deps-dev:** Bump @types/node from 25.9.1 to 25.9.2 ([b0a3bb7](https://github.com/alexwilson/enable-github-automerge-action/commit/b0a3bb72eb46046769ca6ff9aea780223d9437bd)) +* **deps-dev:** Bump @types/node from 25.9.1 to 25.9.2 ([37dfe4f](https://github.com/alexwilson/enable-github-automerge-action/commit/37dfe4f9cee935566051cfea402b856b5f2bcb30)) +* **deps-dev:** Bump rollup from 4.60.4 to 4.61.1 ([450b4ec](https://github.com/alexwilson/enable-github-automerge-action/commit/450b4ecc167ac60794f534d8f611bfb77bc3238a)) +* **deps-dev:** Bump rollup from 4.60.4 to 4.61.1 ([24b6465](https://github.com/alexwilson/enable-github-automerge-action/commit/24b6465b022e4d3a385da7932e36c0d2d08ca756)) +* **deps-dev:** Bump vitest from 4.1.7 to 4.1.8 ([a4f88d2](https://github.com/alexwilson/enable-github-automerge-action/commit/a4f88d2dce932ce7fc01ca3a378165a016d3dde6)) +* **deps-dev:** Bump vitest from 4.1.7 to 4.1.8 ([c0237cf](https://github.com/alexwilson/enable-github-automerge-action/commit/c0237cfec5a5da8c9884724c06856001ef4b6ab5)) + ## [3.0.0](https://github.com/alexwilson/enable-github-automerge-action/compare/2.0.0...3.0.0) (2026-05-23) diff --git a/package-lock.json b/package-lock.json index 810b3a5..dc81df3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "enable-github-automerge-action", - "version": "3.0.0", + "version": "3.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "enable-github-automerge-action", - "version": "3.0.0", + "version": "3.0.1", "license": "ISC", "dependencies": { "@actions/core": "3.0.1", diff --git a/package.json b/package.json index e2e0cef..c50aff1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "enable-github-automerge-action", - "version": "3.0.0", + "version": "3.0.1", "description": "", "type": "module", "main": "dist/index.js",