Skip to content

Commit

Permalink
bump version. run style on release.
Browse files Browse the repository at this point in the history
  • Loading branch information
bradgarropy committed Feb 23, 2021
1 parent 15b2cc5 commit c332b50
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ jobs:
registry-url: https://registry.npmjs.org/
- name: "📦 install"
run: npm ci
- name: "🧶 lint"
run: npm run lint
- name: "💾 format"
run: npm run format
- name: "🧪 test"
run: npm run test
- name: "👖 coveralls"
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.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bradgarropy/hue-sdk",
"version": "1.5.2",
"version": "1.5.3",
"description": "💡 philips hue sdk",
"keywords": [
"javascript",
Expand Down

0 comments on commit c332b50

Please sign in to comment.