Skip to content

Commit

Permalink
release(version): Release 4.6.2 [skip ci]
Browse files Browse the repository at this point in the history
## [4.6.2](v4.6.1...v4.6.2) (2024-02-07)

### fix

* **routing:** don't log route objects after match ([95894b6](95894b6))
  • Loading branch information
semantic-release-bot committed Feb 7, 2024
1 parent 95894b6 commit e3cbd1e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [4.6.2](https://github.com/koordinates/xstate-tree/compare/v4.6.1...v4.6.2) (2024-02-07)


### fix

* **routing:** don't log route objects after match ([95894b6](https://github.com/koordinates/xstate-tree/commit/95894b6f0417587c42cad06e004dafbe66b16514))

## [4.6.1](https://github.com/koordinates/xstate-tree/compare/v4.6.0...v4.6.1) (2024-01-25)


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
Expand Up @@ -2,7 +2,7 @@
"name": "@koordinates/xstate-tree",
"main": "lib/index.js",
"types": "lib/xstate-tree.d.ts",
"version": "4.6.1",
"version": "4.6.2",
"license": "MIT",
"description": "Build UIs with Actors using xstate and React",
"keywords": [
Expand Down

0 comments on commit e3cbd1e

Please sign in to comment.