Skip to content

Commit 65f5a27

Browse files
committed
Bump 0.4.1
1 parent 34ea50e commit 65f5a27

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

hooks/pre-commit.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ set -euo pipefail
44

55
echo "Pre-Commit hooks running..."
66

7-
npm run build
87
npm run update-version
8+
npm run build
99
git add src/version-const.ts

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "decluttering-card",
3-
"version": "0.4.1-0",
3+
"version": "0.4.1",
44
"description": "Template Card for Lovelace",
55
"main": "dist/decluttering-card.js",
66
"pre-commit": [

src/version-const.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const CARD_VERSION = '0.4.1-0';
1+
export const CARD_VERSION = '0.4.1';

0 commit comments

Comments
 (0)