Skip to content

Commit

Permalink
v19.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Jan 20, 2025
1 parent 7944f48 commit 3dd2512
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 4 deletions.
19 changes: 19 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
- commits:
- subject: Fix parsing of inputs with commas and newlines
hash: 7226c89909e9d2acf59c5399dea2516da8b8eb9d
body: |
Currently inputs with both commas and newlines are
being parsed as multiple separators.

This change ensures we match both whitespace and commas
and replace them with a single comma.
footer:
Change-type: patch
change-type: patch
Signed-off-by: Kyle Harding <[email protected]>
signed-off-by: Kyle Harding <[email protected]>
author: Kyle Harding
nested: []
version: 19.8.3
title: ""
date: 2025-01-20T21:38:52.420Z
- commits:
- subject: Filter the current tag for merge events
hash: 2faed229f285ba2ee0747986aef1c0762d9020f6
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/).

## 19.8.3 - 2025-01-20

* Fix parsing of inputs with commas and newlines [Kyle Harding]

## 19.8.2 - 2025-01-20

* Filter the current tag for merge events [Kyle Harding]
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
Expand Up @@ -17,8 +17,8 @@
"dependencies": {
"yaml": "^2.1.3"
},
"version": "19.8.2",
"version": "19.8.3",
"versionist": {
"publishedAt": "2025-01-20T17:50:54.631Z"
"publishedAt": "2025-01-20T21:38:53.071Z"
}
}

0 comments on commit 3dd2512

Please sign in to comment.