Skip to content

Commit

Permalink
v14.54.3
Browse files Browse the repository at this point in the history
  • Loading branch information
balenaCI committed Dec 19, 2022
1 parent 7933bf9 commit 940e3fe
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 3 deletions.
12 changes: 12 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
- commits:
- subject: Fix running linting as part of `npm test`
hash: 9bdc35e17faa8d9958b2046b691e9d28fb37d51c
body: ""
footer:
Change-type: patch
change-type: patch
author: Pagan Gazzard
nested: []
version: 14.54.3
title: ""
date: 2022-12-19T16:01:26.236Z
- commits:
- subject: Simplify `checkApiKey` by moving checks out to more relevant places
hash: c421ec64b7a7ad858007e3570065e5c9ec98d5f4
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.3
## (2022-12-19)

* Fix running linting as part of `npm test` [Pagan Gazzard]

# v14.54.2
## (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.2
14.54.3
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.2",
"version": "14.54.3",
"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-19T15:37:05.866Z"
"publishedAt": "2022-12-19T16:01:27.170Z"
}
}

0 comments on commit 940e3fe

Please sign in to comment.