Skip to content

Commit

Permalink
prepare v0.4.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
andrfra committed Oct 11, 2024
1 parent bbffc6a commit 7c2161b
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.3 (Unreleased)
## v0.4.3

- Introduce `synchronized`, a new kind of signal designed to integrate foreign data sources.
- Add missing `forEach` method to `ReactiveSet` and `ReactiveMap`.
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.4.2",
"version": "0.4.3",
"license": "Apache-2.0",
"description": "Framework agnostic library for building reactive applications.",
"repository": {
Expand Down

0 comments on commit 7c2161b

Please sign in to comment.