We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79b3cc9 commit 79ae4faCopy full SHA for 79ae4fa
2 files changed
CHANGELOG.md
@@ -43,6 +43,10 @@ Types of changes:
43
- in case of vulnerabilities.
44
-->
45
46
+## Signals 1.0.0
47
+
48
+### [v1.0.1](https://github.com/RobotlegsJS/SignalsJS/releases/tag/1.0.1) - 2019-03-20
49
50
#### Changed
51
52
- Improve `prettier` rules and `autoformat` script (see #103).
@@ -51,8 +55,6 @@ Types of changes:
55
56
- Update dev dependencies to latest version.
53
57
54
-## Signals 1.0.0
-
58
### [v1.0.0](https://github.com/RobotlegsJS/SignalsJS/releases/tag/1.0.0) - 2018-11-25
59
60
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@robotlegsjs/signals",
3
- "version": "1.0.0",
+ "version": "1.0.1",
4
"description": "TypeScript port of AS3 Signals.",
5
"main": "lib/index.js",
6
"typings": "lib/index.d.ts",
0 commit comments