From f4426722254a2058cf8527747211099b959e2e55 Mon Sep 17 00:00:00 2001 From: Tiago Schenkel Date: Thu, 2 Aug 2018 17:56:35 +0200 Subject: [PATCH] update package to version 0.2.0 --- CHANGELOG.md | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 32708b1..77c30e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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). diff --git a/package.json b/package.json index fb5439b..aad2306 100644 --- a/package.json +++ b/package.json @@ -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",