Skip to content

Commit 96b7d4c

Browse files
author
balenaCI
committed
v14.54.4
1 parent 01aadbe commit 96b7d4c

File tree

4 files changed

+23
-3
lines changed

4 files changed

+23
-3
lines changed

.versionbot/CHANGELOG.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
- commits:
2+
- subject: Fix pre-commit husky hook
3+
hash: c146ecb23faa8aeaa93086e6a4e78b5bdc3fecbc
4+
body: |
5+
pre-commit file has no executable flag.
6+
footer:
7+
Change-type: patch
8+
change-type: patch
9+
Signed-off-by: fisehara <[email protected]>
10+
signed-off-by: fisehara <[email protected]>
11+
author: fisehara
12+
nested: []
13+
version: 14.54.4
14+
title: ""
15+
date: 2022-12-22T16:30:12.873Z
116
- commits:
217
- subject: Fix running linting as part of `npm test`
318
hash: 9bdc35e17faa8d9958b2046b691e9d28fb37d51c

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file
44
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
55
This project adheres to [Semantic Versioning](http://semver.org/).
66

7+
# v14.54.4
8+
## (2022-12-22)
9+
10+
* Fix pre-commit husky hook [fisehara]
11+
712
# v14.54.3
813
## (2022-12-19)
914

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
14.54.3
1+
14.54.4

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@balena/pinejs",
3-
"version": "14.54.3",
3+
"version": "14.54.4",
44
"main": "out/server-glue/module",
55
"repository": "[email protected]:balena-io/pinejs.git",
66
"license": "Apache-2.0",
@@ -131,6 +131,6 @@
131131
"recursive": true
132132
},
133133
"versionist": {
134-
"publishedAt": "2022-12-19T16:01:27.170Z"
134+
"publishedAt": "2022-12-22T16:30:13.894Z"
135135
}
136136
}

0 commit comments

Comments
 (0)