Skip to content

Commit

Permalink
Update zcl-id, bump version.
Browse files Browse the repository at this point in the history
Fixes #279
  • Loading branch information
mrstegeman committed Jan 28, 2021
1 parent dac44cb commit 4612424
Show file tree
Hide file tree
Showing 6 changed files with 2,291 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
node-version: ${{ matrix.node_version }}
- name: Install dependencies
run: |
npm install
npm ci
- name: Lint with eslint
run: |
npm run lint
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@
*~
SHA256SUMS
node_modules
package-lock.json
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,5 @@
}
},
"short_name": "Zigbee",
"version": "0.15.5"
"version": "0.15.6"
}
Loading

0 comments on commit 4612424

Please sign in to comment.