Skip to content

Commit

Permalink
v16.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored May 9, 2024
1 parent d4b06f7 commit b4ed54d
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: Deprecate LoggingClient in favor of a separate logger dictionary
hash: 0abc88cc06bfb3eaa4852c8e2b7534edd816005c
body: ""
footer:
Change-type: patch
change-type: patch
author: Pagan Gazzard
nested: []
version: 16.1.6
title: ""
date: 2024-05-09T00:19:29.108Z
- commits:
- subject: Update dependencies
hash: 520cd49d9b5a982fe4e8ab844931d69d27627715
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/).

# v16.1.6
## (2024-05-09)

* Deprecate LoggingClient in favor of a separate logger dictionary [Pagan Gazzard]

# v16.1.5
## (2024-05-08)

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.1.5
16.1.6
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": "16.1.5",
"version": "16.1.6",
"main": "out/server-glue/module",
"type": "commonjs",
"repository": "[email protected]:balena-io/pinejs.git",
Expand Down Expand Up @@ -144,6 +144,6 @@
"recursive": true
},
"versionist": {
"publishedAt": "2024-05-08T12:27:57.245Z"
"publishedAt": "2024-05-09T00:19:29.856Z"
}
}

0 comments on commit b4ed54d

Please sign in to comment.