Skip to content

Commit 10c9c50

Browse files
committed
update package to version 1.0.0
1 parent 7146181 commit 10c9c50

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
@@ -19,7 +19,31 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1919

2020
## [Unreleased]
2121

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

2448
#### Changed
2549

package.json

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

0 commit comments

Comments
 (0)