Skip to content

Commit

Permalink
Release 0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
pjeby committed Jul 14, 2024
1 parent f2be965 commit 574f888
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
node_modules
coverage
dist
docs
docs
isolate-*.log
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

### 0.0.6 (unreleased)
### 0.0.6

- Moved main signals API to a separate export (`uneventful/signals`) and exposed the utils module as an export (`uneventful/utils`).
- Expanded and enhanced the `RuleFactory` interface:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "uneventful",
"version": "0.0.5",
"version": "0.0.6",
"description": "Declarative, event-driven reactivity: signals, streams, structured concurrency, and easy resource cleanup",
"keywords": [
"signals",
Expand Down

0 comments on commit 574f888

Please sign in to comment.