Skip to content

Commit ffa8cf9

Browse files
committed
Merge branch 'develop'
2 parents 2898a66 + 32ee6a5 commit ffa8cf9

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

.gitignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,3 @@ $RECYCLE.BIN/
140140

141141
# Windows shortcuts
142142
*.lnk
143-
144-
# End of https://www.gitignore.io/api/osx,git,node,linux,macos,windows
145-
dist/

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

4+
## [2.0.1] - 2020-03-01
5+
6+
### Changed
7+
8+
- Fix publication to NPM registry issue (See [#20](https://github.com/nikkow/node-red-contrib-tahoma/issues/20))
9+
410
## [2.0.0] - 2020-03-01
511

612
****

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "node-red-contrib-tahoma",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "Control a Somfy Tahoma box from Node RED",
55
"main": "index.js",
66
"scripts": {
7-
"build": "mkdir -p dist/nodes/ && cp -a src/nodes/*.html dist/nodes/ && tsc ",
7+
"build": "mkdir -p dist/nodes/ && cp -a src/nodes/*.html dist/nodes/ && tsc",
88
"execute": "npm run build && node-red",
99
"lint": "tslint -c tslint.json src/**/*.ts"
1010
},

0 commit comments

Comments
 (0)