Skip to content

Commit

Permalink
v7.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
balena-ci committed May 29, 2023
1 parent a17864d commit a524a6c
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 4 deletions.
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: Fix changelog generation to handle special .github repo names
hash: 9d34bf4436a40a403bfe0f5ef05b6c962a39568c
body: ""
footer:
Change-type: patch
change-type: patch
Signed-off-by: Kyle Harding <kyle@balena.io>
signed-off-by: Kyle Harding <kyle@balena.io>
author: Kyle Harding
version: 7.0.1
title: ""
date: 2023-05-29T17:54:52.610Z
- commits:
- subject: Update expressions yq v4
hash: 94e4672c9a39c3c9b26d981761ae9c61ad931ea7
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/).

# v7.0.1
## (2023-05-29)

* Fix changelog generation to handle special .github repo names [Kyle Harding]

# v7.0.0
## (2023-05-29)

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "versionist",
"version": "7.0.0",
"version": "7.0.1",
"main": "bin/versionist.js",
"description": "Flexible CHANGELOG generation toolkit that adapts to your commit conventions",
"homepage": "https://github.com/balena-io/versionist",
Expand Down Expand Up @@ -60,6 +60,6 @@
}
},
"versionist": {
"publishedAt": "2023-05-29T17:43:50.550Z"
"publishedAt": "2023-05-29T17:54:52.890Z"
}
}

0 comments on commit a524a6c

Please sign in to comment.