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 6aba831..a2ed89c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.0.1](https://github.com/boneskull/xstate-audition/compare/xstate-audition-v3.0.0...xstate-audition-v3.0.1) (2024-11-25) + + +### Bug Fixes + +* **pkg:** add publishConfig ([388c326](https://github.com/boneskull/xstate-audition/commit/388c32688d6ce8df7a4633f8ff4e9fcc6a8552cb)) + ## [3.0.0](https://github.com/boneskull/xstate-audition/compare/xstate-audition-v2.0.1...xstate-audition-v3.0.0) (2024-10-14) diff --git a/package-lock.json b/package-lock.json index 204a093..88afac3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "xstate-audition", - "version": "3.0.0", + "version": "3.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "xstate-audition", - "version": "3.0.0", + "version": "3.0.1", "license": "Apache-2.0", "devDependencies": { "@commitlint/cli": "19.6.0", diff --git a/package.json b/package.json index e075adf..b9a85a8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xstate-audition", - "version": "3.0.0", + "version": "3.0.1", "type": "module", "description": "Test helpers for XState v5+", "repository": {