Skip to content

Commit

Permalink
v9.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Oct 11, 2023
1 parent a4b9f77 commit de65ef7
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 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 balena-request peer dependency
hash: 21589a43eea60bf5e601d51bcab7b483e571fe53
body: ""
footer:
Change-type: patch
change-type: patch
author: Otávio Jacobi
nested: []
version: 9.0.1
title: ""
date: 2023-10-11T18:27:18.967Z
- commits:
- subject: Drop supoport for node 14 & 16
hash: cc8ad72abb414347545498f6eceab01b2fcba71a
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [5.0.0] - 2018-01-25

## 9.0.1 - 2023-10-11

* Fix balena-request peer dependency [Otávio Jacobi]

## 9.0.0 - 2023-10-11

* Drop supoport for node 14 & 16 [Otávio Jacobi]
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "balena-register-device",
"version": "9.0.0",
"version": "9.0.1",
"description": "Balena device registration utilities",
"main": "build/register.js",
"homepage": "https://github.com/balena-io-modules/balena-register-device",
Expand Down Expand Up @@ -72,6 +72,6 @@
"balena-request": "^13.0.0"
},
"versionist": {
"publishedAt": "2023-10-11T18:16:48.058Z"
"publishedAt": "2023-10-11T18:27:19.100Z"
}
}

0 comments on commit de65ef7

Please sign in to comment.