Skip to content

Commit

Permalink
2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Hypercubed committed Mar 30, 2023
1 parent 2a31ccd commit e88de47
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ _(none)_

---

## 2.0.0 (2023-03-29)
_(none)_

## 2.0.0-2 (2023-03-29)

- `.add` is now type safe. The type of the listener is checked against the type variable in the constructor as well as an optional "flavor".
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
@@ -1,6 +1,6 @@
{
"name": "mini-signals",
"version": "2.0.0-2",
"version": "2.0.0",
"description": "signals, in TypeScript, fast",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit e88de47

Please sign in to comment.