Skip to content

Commit

Permalink
v8.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Dec 19, 2024
1 parent c4b664c commit 1a67b4c
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 2 deletions.
20 changes: 20 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
- commits:
- subject: Drop the unnecessary eslint.config.js
hash: 91d587f34bf985bf65e6c21278e7cd70f9281656
body: ""
footer:
Change-type: patch
change-type: patch
author: Thodoris Greasidis
nested: []
- subject: "packacke.json: Explicitly set type commonjs"
hash: f6a0be1d12f09d7d910e5ae35f48f1268542a74e
body: ""
footer:
Change-type: patch
change-type: patch
author: Thodoris Greasidis
nested: []
version: 8.0.1
title: ""
date: 2024-12-19T13:41:14.170Z
- commits:
- subject: Avoid running linting in the custom tests
hash: 420f93d5b2c60b67157897d8bbe0fab315c98b54
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/).

## 8.0.1 - 2024-12-19

* Drop the unnecessary eslint.config.js [Thodoris Greasidis]
* packacke.json: Explicitly set type commonjs [Thodoris Greasidis]

## 8.0.0 - 2024-12-18

* Avoid running linting in the custom tests [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": "8.0.0",
"version": "8.0.1",
"description": "Configure and initialize devices using device specs",
"type": "commonjs",
"main": "build/init.js",
Expand Down Expand Up @@ -66,6 +66,6 @@
"string-to-stream": "^1.1.1"
},
"versionist": {
"publishedAt": "2024-12-18T17:01:33.170Z"
"publishedAt": "2024-12-19T13:41:14.244Z"
}
}

0 comments on commit 1a67b4c

Please sign in to comment.