Skip to content

Commit a17e186

Browse files
v8.0.0
1 parent 295f833 commit a17e186

File tree

4 files changed

+22
-7
lines changed

4 files changed

+22
-7
lines changed

.versionbot/CHANGELOG.yml

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
- commits:
2+
- subject: Drop support for nodejs < 20.0.0
3+
hash: b0cdd3921a66f3a6455baa01f78113c1ef52d2e0
4+
body: ""
5+
footer:
6+
Change-type: major
7+
change-type: major
8+
author: Thodoris Greasidis
9+
nested: []
10+
version: 8.0.0
11+
title: ""
12+
date: 2025-03-04T13:53:22.376Z
113
- commits:
214
- subject: Update dependency yaml to v2.2.2 [SECURITY]
315
hash: c45c2ddd4a63c22271514d0f97e2c92f5b16f0e7
@@ -335,9 +347,8 @@
335347
- commits:
336348
- subject: Delete CODEOWNERS
337349
hash: 9bcf8096d3cc398d4cefa38a8e437a81cc77d656
338-
body: >
339-
See
340-
https://www.flowdock.com/app/rulemotion/pub/threads/trLcZFnSX9fLZn4LiaIv4xuBbah
350+
body: |
351+
See https://www.flowdock.com/app/rulemotion/pub/threads/trLcZFnSX9fLZn4LiaIv4xuBbah
341352
footer:
342353
Change-type: patch
343354
change-type: patch

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file
44
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
55
This project adheres to [Semantic Versioning](http://semver.org/).
66

7+
## 8.0.0 - 2025-03-04
8+
9+
* Drop support for nodejs < 20.0.0 [Thodoris Greasidis]
10+
711
# v7.0.4
812
## (2024-04-08)
913

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "versionist",
3-
"version": "7.0.4",
3+
"version": "8.0.0",
44
"main": "bin/versionist.js",
55
"description": "Flexible CHANGELOG generation toolkit that adapts to your commit conventions",
66
"homepage": "https://github.com/balena-io/versionist",
@@ -63,6 +63,6 @@
6363
}
6464
},
6565
"versionist": {
66-
"publishedAt": "2024-04-08T17:48:30.502Z"
66+
"publishedAt": "2025-03-04T13:53:22.534Z"
6767
}
6868
}

0 commit comments

Comments
 (0)