Skip to content

Commit

Permalink
Prepare release v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AlCalzone committed Dec 16, 2018
1 parent 363a214 commit 7845a60
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## __WORK_IN_PROGRESS__
## v1.2.0 (2018-12-16)
* (AlCalzone) Initialize the git repo automatically (fixes #13)
* (AlCalzone) When using TypeScript, perform an initial build run (fixes #27)
* (AlCalzone) When formatting files, clear lines with only whitespace (fixes #30)
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@iobroker/create-adapter",
"version": "1.1.0",
"version": "1.2.0",
"description": "Command line utility to create customized ioBroker adapters",
"keywords": [],
"main": "build/index.js",
Expand All @@ -11,13 +11,13 @@
"email": "[email protected]"
},
"license": "MIT",
"homepage": "https://github.com/AlCalzone/create-adapter#readme",
"homepage": "https://github.com/ioBroker/create-adapter#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/AlCalzone/create-adapter.git"
"url": "git+https://github.com/ioBroker/create-adapter.git"
},
"bugs": {
"url": "https://github.com/AlCalzone/create-adapter/issues"
"url": "https://github.com/ioBroker/create-adapter/issues"
},
"engines": {
"node": ">=8.0.0"
Expand Down

0 comments on commit 7845a60

Please sign in to comment.