diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0db4c77..122a59d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.0.3" + ".": "1.0.4" } diff --git a/CHANGELOG.md b/CHANGELOG.md index d18e81b..e7b759d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.0.4](https://github.com/boneskull/xstate-audition/compare/xstate-audition-v1.0.3...xstate-audition-v1.0.4) (2024-08-16) + + +### Bug Fixes + +* **pkg:** force another release ([029eb93](https://github.com/boneskull/xstate-audition/commit/029eb93b6018c33b856ffdda3478a5b79e9a445d)) +* **pkg:** try to force release ([416718b](https://github.com/boneskull/xstate-audition/commit/416718be0e6fcf7437fcadf4cacce554d001963d)) + ## [1.0.3](https://github.com/boneskull/xstate-audition/compare/xstate-audition-v1.0.3...xstate-audition-v1.0.3) (2024-08-16) diff --git a/package-lock.json b/package-lock.json index c7f130c..be2d0c2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "xstate-audition", - "version": "1.0.3", + "version": "1.0.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "xstate-audition", - "version": "1.0.3", + "version": "1.0.4", "license": "Apache-2.0", "devDependencies": { "@commitlint/cli": "19.4.0", diff --git a/package.json b/package.json index 2c29374..90a743d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xstate-audition", - "version": "1.0.3", + "version": "1.0.4", "type": "module", "description": "Test helpers for XState v5+", "repository": {