Skip to content

Commit

Permalink
v3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
balena-ci committed Mar 5, 2020
1 parent 186ac19 commit 69436e4
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 1 deletion.
13 changes: 13 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
- commits:
- subject: Disable TypeScript compatibility check to unblock from balenaCI error
hash: 617764adc235c4f454402432f55b421df145437c
body: |
Opened #20 to not forget to re-enable this.
footer:
See: 'https://github.com/balena-io-modules/balena-hup-action-utils/issues/20'
see: 'https://github.com/balena-io-modules/balena-hup-action-utils/issues/20'
Change-type: patch
change-type: patch
author: Thodoris Greasidis
version: 3.0.1
date: 2020-03-04T18:21:42.643Z
- commits:
- subject: Allow ESR version numbers to be handled through an overall HUP action
hash: ecae911de5786a30c86a2d749ea04fcd141a037c
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ 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/).

## 3.0.1 - 2020-03-04

* Disable TypeScript compatibility check to unblock from balenaCI error [Thodoris Greasidis]

## 3.0.0 - 2019-06-21

* Allow ESR version numbers to be handled through an overall HUP action [Gergely Imreh]
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "balena-hup-action-utils",
"version": "3.0.0",
"version": "3.0.1",
"description": "Balena hostOS update validations & utilities",
"main": "build/index.js",
"types": "build/index.d.ts",
Expand Down

0 comments on commit 69436e4

Please sign in to comment.