Skip to content

Commit 79ae4fa

Browse files
committed
update package to version 1.0.1
1 parent 79b3cc9 commit 79ae4fa

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@ Types of changes:
4343
- in case of vulnerabilities.
4444
-->
4545

46+
## Signals 1.0.0
47+
48+
### [v1.0.1](https://github.com/RobotlegsJS/SignalsJS/releases/tag/1.0.1) - 2019-03-20
49+
4650
#### Changed
4751

4852
- Improve `prettier` rules and `autoformat` script (see #103).
@@ -51,8 +55,6 @@ Types of changes:
5155

5256
- Update dev dependencies to latest version.
5357

54-
## Signals 1.0.0
55-
5658
### [v1.0.0](https://github.com/RobotlegsJS/SignalsJS/releases/tag/1.0.0) - 2018-11-25
5759

5860
#### Changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@robotlegsjs/signals",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "TypeScript port of AS3 Signals.",
55
"main": "lib/index.js",
66
"typings": "lib/index.d.ts",

0 commit comments

Comments
 (0)