Skip to content

Commit

Permalink
v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AlCalzone committed Nov 7, 2017
1 parent 3073ae9 commit 8580a41
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ The result object `ret` looks as follows:

## Changelog

#### 0.6.0 (2017-11-01)
#### 0.6.0 (2017-11-07)
* (AlCalzone) Moved tradfri-related code into its own library
* (AlCalzone) Changed authentication procedure to comply with IKEA's request

Expand Down
2 changes: 1 addition & 1 deletion io-package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"common": {
"name": "tradfri",
"version": "0.6.0-beta4",
"version": "0.6.0",
"news": {
"0.6.0": {
"en": "Moved tradfri-related code into its own library.",
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iobroker.tradfri",
"version": "0.6.0-beta4",
"version": "0.6.0",
"description": "ioBroker tradfri Adapter",
"author": {
"name": "AlCalzone",
Expand All @@ -16,7 +16,7 @@
}
],
"dependencies": {
"node-tradfri-client": "^0.4.0"
"node-tradfri-client": "^0.4.1"
},
"devDependencies": {
"@types/chai": "^4.0.4",
Expand Down Expand Up @@ -80,7 +80,7 @@
"coverage": "node node_modules/nyc/bin/nyc npm run test",
"lint:ts": "tslint",
"lint": "npm run lint:ts \"src/**/*.ts\"",
"deploy_local": "node --require ts-node/register maintenance/deploy_local.ts",
"deploy_local": "node --require ts-node/register maintenance/deploy_local.ts",
"bump": "node --require ts-node/register maintenance/bump_version.ts"
},
"nyc": {
Expand All @@ -106,4 +106,4 @@
"sourceMap": true,
"instrument": true
}
}
}

0 comments on commit 8580a41

Please sign in to comment.