Skip to content

Commit 7a863ab

Browse files
committed
update package version to 0.1.0
1 parent 8d25411 commit 7a863ab

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
## RobotlegsJS-Macrobot 0.1.0
1818

19-
### v0.1.0
19+
### [v0.1.0](https://github.com/RobotlegsJS/RobotlegsJS-Macrobot/releases/tag/0.1.0) - 2017-11-19
2020

2121
- Update @robotlegsjs/core to version 0.1.1 (see #21).
2222

package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@robotlegsjs/macrobot",
3-
"version": "0.0.5",
3+
"version": "0.1.0",
44
"description": "TypeScript port of Robotlegs Utilities Macrobot",
55
"main": "lib/index.js",
66
"typings": "lib/index.d.ts",
@@ -44,7 +44,11 @@
4444
"keywords": [
4545
"TypeScript",
4646
"RobotlegsJS",
47-
"IoC"
47+
"IoC",
48+
"Macrobot",
49+
"AsyncCommand",
50+
"SequenceMacro",
51+
"ParallelMacro"
4852
],
4953
"author": "RobotlegsJS",
5054
"contributors": [

0 commit comments

Comments
 (0)