Skip to content

Commit

Permalink
v14.54.4
Browse files Browse the repository at this point in the history
  • Loading branch information
balenaCI committed Dec 22, 2022
1 parent 01aadbe commit 96b7d4c
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 3 deletions.
15 changes: 15 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
- commits:
- subject: Fix pre-commit husky hook
hash: c146ecb23faa8aeaa93086e6a4e78b5bdc3fecbc
body: |
pre-commit file has no executable flag.
footer:
Change-type: patch
change-type: patch
Signed-off-by: fisehara <[email protected]>
signed-off-by: fisehara <[email protected]>
author: fisehara
nested: []
version: 14.54.4
title: ""
date: 2022-12-22T16:30:12.873Z
- commits:
- subject: Fix running linting as part of `npm test`
hash: 9bdc35e17faa8d9958b2046b691e9d28fb37d51c
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
This project adheres to [Semantic Versioning](http://semver.org/).

# v14.54.4
## (2022-12-22)

* Fix pre-commit husky hook [fisehara]

# v14.54.3
## (2022-12-19)

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
14.54.3
14.54.4
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@balena/pinejs",
"version": "14.54.3",
"version": "14.54.4",
"main": "out/server-glue/module",
"repository": "[email protected]:balena-io/pinejs.git",
"license": "Apache-2.0",
Expand Down Expand Up @@ -131,6 +131,6 @@
"recursive": true
},
"versionist": {
"publishedAt": "2022-12-19T16:01:27.170Z"
"publishedAt": "2022-12-22T16:30:13.894Z"
}
}

0 comments on commit 96b7d4c

Please sign in to comment.