We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d25411 commit 7a863abCopy full SHA for 7a863ab
CHANGELOG.md
@@ -16,7 +16,7 @@
16
17
## RobotlegsJS-Macrobot 0.1.0
18
19
-### v0.1.0
+### [v0.1.0](https://github.com/RobotlegsJS/RobotlegsJS-Macrobot/releases/tag/0.1.0) - 2017-11-19
20
21
- Update @robotlegsjs/core to version 0.1.1 (see #21).
22
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@robotlegsjs/macrobot",
3
- "version": "0.0.5",
+ "version": "0.1.0",
4
"description": "TypeScript port of Robotlegs Utilities Macrobot",
5
"main": "lib/index.js",
6
"typings": "lib/index.d.ts",
@@ -44,7 +44,11 @@
44
"keywords": [
45
"TypeScript",
46
"RobotlegsJS",
47
- "IoC"
+ "IoC",
48
+ "Macrobot",
49
+ "AsyncCommand",
50
+ "SequenceMacro",
51
+ "ParallelMacro"
52
],
53
"author": "RobotlegsJS",
54
"contributors": [
0 commit comments