Skip to content

Commit

Permalink
v8.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Dec 18, 2024
1 parent b0dd3cc commit 073b478
Show file tree
Hide file tree
Showing 3 changed files with 66 additions and 2 deletions.
55 changes: 55 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,58 @@
- commits:
- subject: Avoid running linting in the custom tests
hash: 420f93d5b2c60b67157897d8bbe0fab315c98b54
body: |
Balena-lint for some reason was failing in the
windows custom test runner.
footer:
Change-type: patch
change-type: patch
author: Thodoris Greasidis
nested: []
- subject: Stop returning Bluebird promises
hash: b76200a113fee69e11bf182945c382081f8d25e1
body: ""
footer:
Change-type: major
change-type: major
author: Thodoris Greasidis
nested: []
- subject: "package: Publish only the build & typings folders"
hash: d1754650272913577b3ce0786941ad54d4acddc8
body: ""
footer:
Change-type: major
change-type: major
author: Thodoris Greasidis
nested: []
- subject: Convert to TypeScript with es6 module notation
hash: 3576d2c423b294a8703f5474f72a9b906cef927a
body: ""
footer:
Change-type: major
change-type: major
author: Thodoris Greasidis
nested: []
- subject: Replace gulp, coffeelint & mochainon with tsc, @balena/lint, mocha,
chai & sinon
hash: 4c0cf8af370962e8eefda3a2855113629c4ffbb5
body: ""
footer:
Change-type: patch
change-type: patch
author: Thodoris Greasidis
nested: []
- subject: Drop support for node <20.6.0
hash: b7c76be409a7a691db66466bc6d6eb746c0ca51e
body: ""
footer:
Change-type: major
change-type: major
author: Thodoris Greasidis
nested: []
version: 8.0.0
title: ""
date: 2024-12-18T17:01:33.082Z
- commits:
- subject: "flowzone: Update runner versions"
hash: ba1222ac43ca13b720b64d18129193be8b99af5b
Expand Down
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ 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/).

## 8.0.0 - 2024-12-18

* Avoid running linting in the custom tests [Thodoris Greasidis]
* Stop returning Bluebird promises [Thodoris Greasidis]
* package: Publish only the build & typings folders [Thodoris Greasidis]
* Convert to TypeScript with es6 module notation [Thodoris Greasidis]
* Replace gulp, coffeelint & mochainon with tsc, @balena/lint, mocha, chai & sinon [Thodoris Greasidis]
* Drop support for node <20.6.0 [Thodoris Greasidis]

## 7.0.2 - 2024-12-17

* flowzone: Update runner versions [Thodoris Greasidis]
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-device-init",
"version": "7.0.2",
"version": "8.0.0",
"description": "Configure and initialize devices using device specs",
"main": "build/init.js",
"homepage": "https://github.com/balena-io/balena-device-init",
Expand Down Expand Up @@ -65,6 +65,6 @@
"string-to-stream": "^1.1.1"
},
"versionist": {
"publishedAt": "2024-12-17T20:16:06.603Z"
"publishedAt": "2024-12-18T17:01:33.170Z"
}
}

0 comments on commit 073b478

Please sign in to comment.