Skip to content

Commit e88de47

Browse files
committed
2.0.0
1 parent 2a31ccd commit e88de47

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ _(none)_
55

66
---
77

8+
## 2.0.0 (2023-03-29)
9+
_(none)_
10+
811
## 2.0.0-2 (2023-03-29)
912

1013
- `.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".

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mini-signals",
3-
"version": "2.0.0-2",
3+
"version": "2.0.0",
44
"description": "signals, in TypeScript, fast",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)