Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
nikkow committed Mar 1, 2020
2 parents 2898a66 + 32ee6a5 commit ffa8cf9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,3 @@ $RECYCLE.BIN/

# Windows shortcuts
*.lnk

# End of https://www.gitignore.io/api/osx,git,node,linux,macos,windows
dist/
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Changelog
All notable changes to this project will be documented in this file.

## [2.0.1] - 2020-03-01

### Changed

- Fix publication to NPM registry issue (See [#20](https://github.com/nikkow/node-red-contrib-tahoma/issues/20))

## [2.0.0] - 2020-03-01

****
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "node-red-contrib-tahoma",
"version": "2.0.0",
"version": "2.0.1",
"description": "Control a Somfy Tahoma box from Node RED",
"main": "index.js",
"scripts": {
"build": "mkdir -p dist/nodes/ && cp -a src/nodes/*.html dist/nodes/ && tsc ",
"build": "mkdir -p dist/nodes/ && cp -a src/nodes/*.html dist/nodes/ && tsc",
"execute": "npm run build && node-red",
"lint": "tslint -c tslint.json src/**/*.ts"
},
Expand Down

0 comments on commit ffa8cf9

Please sign in to comment.