From c332b50d3c3d4891c588927ca4880ad7925bca74 Mon Sep 17 00:00:00 2001 From: Brad Garropy Date: Mon, 22 Feb 2021 22:19:42 -0600 Subject: [PATCH] bump version. run style on release. --- .github/workflows/release.yml | 4 ++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4292cba..6f0de25 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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" diff --git a/package-lock.json b/package-lock.json index a5dc90e..5037852 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@bradgarropy/hue-sdk", - "version": "1.5.2", + "version": "1.5.3", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index d254bcd..f1d242a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bradgarropy/hue-sdk", - "version": "1.5.2", + "version": "1.5.3", "description": "๐Ÿ’ก philips hue sdk", "keywords": [ "javascript",