Skip to content

Commit bbfe97d

Browse files
committed
update package to version 1.0.0
1 parent 05490e1 commit bbfe97d

File tree

2 files changed

+26
-2
lines changed

2 files changed

+26
-2
lines changed

CHANGELOG.md

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,31 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2121

2222
## [Unreleased]
2323

24-
### v1.0.0
24+
<!--
25+
Types of changes:
26+
27+
#### Added
28+
- for new features.
29+
30+
#### Changed
31+
- for changes in existing functionality.
32+
33+
#### Deprecated
34+
- for soon-to-be removed features.
35+
36+
#### Removed
37+
- for now removed features.
38+
39+
#### Fixed
40+
- for any bug fixes.
41+
42+
#### Security
43+
- in case of vulnerabilities.
44+
-->
45+
46+
## Signals 1.0.0
47+
48+
### [v1.0.0](https://github.com/RobotlegsJS/SignalsJS/releases/tag/1.0.0) - 2018-11-25
2549

2650
#### Changed
2751

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

0 commit comments

Comments
 (0)