Skip to content

Commit 67dcde3

Browse files
committed
update package to version 0.2.0
1 parent ef45809 commit 67dcde3

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
@@ -16,9 +16,9 @@
1616

1717
- [ ] Migrate [original documentation](https://github.com/robertpenner/as3-signals#readme) and adapt it to TypeScript.
1818

19-
## Signals 0.1.0
19+
## Signals 0.2.0
2020

21-
### v0.1.2
21+
### [v0.2.0](https://github.com/RobotlegsJS/SignalsJS/releases/tag/0.2.0) - 2018-08-02
2222

2323
- Adds copyright notice (see #74).
2424

@@ -32,6 +32,8 @@
3232

3333
- Update dev dependencies to latest version.
3434

35+
## Signals 0.1.0
36+
3537
### [v0.1.1](https://github.com/RobotlegsJS/SignalsJS/releases/tag/0.1.1) - 2018-03-04
3638

3739
- Update codeclimate settings (see #49, #50).

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": "0.1.1",
3+
"version": "0.2.0",
44
"description": "TypeScript port of AS3 Signals.",
55
"main": "lib/index.js",
66
"typings": "lib/index.d.ts",

0 commit comments

Comments
 (0)