Skip to content

Commit

Permalink
chore(release): 5.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [5.0.0](v4.0.0...v5.0.0) (2023-05-04)

### Features

* add output port to avoid functions in data ([81a6f73](81a6f73))
* drop node 14 ([f7541ec](f7541ec))
* move from state.is to isState ([823b223](823b223))

### BREAKING CHANGES

* Add two maps of names to createRuntime. 1 for internal actions, 1 for external
* Remove node 14 support
* Removed State.is in favor of isState
  • Loading branch information
semantic-release-bot committed May 4, 2023
1 parent e90a890 commit 2aaf157
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tdreyno/fizz",
"version": "4.0.0",
"version": "5.0.0",
"repository": "https://github.com/tdreyno/fizz.git",
"funding": "https://github.com/sponsors/tdreyno",
"publishConfig": {
Expand Down

0 comments on commit 2aaf157

Please sign in to comment.