Skip to content

Commit

Permalink
chore(main): release xstate-audition 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and boneskull committed Sep 5, 2024
1 parent 273920a commit 1da1549
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.2.0"
".": "2.0.0"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [2.0.0](https://github.com/boneskull/xstate-audition/compare/xstate-audition-v1.2.0...xstate-audition-v2.0.0) (2024-09-05)


### ⚠ BREAKING CHANGES

* Peer dependency on `xstate` increased from `>=v5.0.0` to `>=v5.14.0`.

### Bug Fixes

* add compat tests ([273920a](https://github.com/boneskull/xstate-audition/commit/273920a9ce35a5604ded7cb68a3b496143012de3))
* **types:** normalize type arg names and XState imports ([44077d3](https://github.com/boneskull/xstate-audition/commit/44077d342ad26a4549c81b181849713e84fd11c6))

## [1.2.0](https://github.com/boneskull/xstate-audition/compare/xstate-audition-v1.1.0...xstate-audition-v1.2.0) (2024-08-20)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "xstate-audition",
"version": "1.2.0",
"version": "2.0.0",
"type": "module",
"description": "Test helpers for XState v5+",
"repository": {
Expand Down

0 comments on commit 1da1549

Please sign in to comment.