diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 8d7e5f1..b870c5e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.0.1" + ".": "1.0.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 31fffde..09b8284 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [1.0.2](https://github.com/boneskull/xstate-audition/compare/xstate-audition-v1.0.1...xstate-audition-v1.0.2) (2024-08-16) + + +### Bug Fixes + +* **ci:** fix broken publish ([14e47a7](https://github.com/boneskull/xstate-audition/commit/14e47a73fa26d4c27a4064792849d7e8d38f3028)) +* **types:** InternalAuditionOptions is internal ([02b7238](https://github.com/boneskull/xstate-audition/commit/02b7238ba4f11db69a71236ca92b99a6da66175a)) +* update some internal types & docstrings ([93ca846](https://github.com/boneskull/xstate-audition/commit/93ca8462bef2adf3c0ff8541c4fc50b6795166f8)) + ## [1.0.1](https://github.com/boneskull/xstate-audition/compare/xstate-audition-v1.0.0...xstate-audition-v1.0.1) (2024-08-13) diff --git a/package-lock.json b/package-lock.json index 6babd12..4501f4b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "xstate-audition", - "version": "1.0.1", + "version": "1.0.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "xstate-audition", - "version": "1.0.1", + "version": "1.0.2", "license": "Apache-2.0", "devDependencies": { "@commitlint/cli": "19.4.0", diff --git a/package.json b/package.json index ebe577d..cdfe92c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xstate-audition", - "version": "1.0.1", + "version": "1.0.2", "type": "module", "description": "Test helpers for XState v5+", "repository": {