Skip to content

Commit

Permalink
Prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
mbeckem committed May 17, 2024
1 parent 21e71ef commit 982a2d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/reactivity-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# @conterra/reactivity-core

## v0.4.0 (unreleased)
## v0.4.0

- Add support for cleanup functions returned from watch callbacks.
- Rename a few types (`EffectFunc` -> `EffectCallback`, `EffectCleanupFn` -> `CleanupFunc`)
Expand Down
2 changes: 1 addition & 1 deletion packages/reactivity-core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@conterra/reactivity-core",
"type": "module",
"version": "0.3.2",
"version": "0.4.0",
"license": "Apache-2.0",
"description": "Framework agnostic library for building reactive applications.",
"repository": {
Expand Down

0 comments on commit 982a2d1

Please sign in to comment.