Skip to content

Commit

Permalink
update package to version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagoschenkel committed Aug 2, 2018
1 parent c8042af commit f442672
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@

- [ ] Use [**Function Types**](https://www.typescriptlang.org/docs/handbook/functions.html) for handlers and callbacks instead of generic **Function** type.

- [ ] Update **Prettier** rules:
- [x] Update **Prettier** rules:

- [x] **printWidth** should be around **140** characters per line.

- [ ] Find a way to keep a new line between **@inject** anotation and property declarations.
- [x] Find a way to keep a new line between **@inject** anotation and property declarations.

- [ ] Improve Code Coverage to reach 100%.

## RobotlegsJS-Macrobot 0.2.0

### v0.2.0
### [v0.2.0](https://github.com/RobotlegsJS/RobotlegsJS-Macrobot/releases/tag/0.2.0) - 2018-08-02

- Update @robotlegsjs/core to version 0.2.0 (see #63).

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@robotlegsjs/macrobot",
"version": "0.1.0",
"version": "0.2.0",
"description": "TypeScript port of Robotlegs Utilities Macrobot",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand Down

0 comments on commit f442672

Please sign in to comment.