Skip to content

Commit

Permalink
v19.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Dec 3, 2024
1 parent 9bed211 commit 3436427
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 4 deletions.
17 changes: 17 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
- commits:
- subject: Ignore SARIF file upload failures from octoscan
hash: 36a10e64ed4dd1a4e9384abbe8d74f6ceb8b4e0f
body: |
It is unclear why most of our public repos do
not fail this step, as expected. Add this condition
for those that do, and private repos.
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.1.9
title: ""
date: 2024-12-03T14:33:44.518Z
- commits:
- subject: Update cloudflare/wrangler-action action to v3.13.0
hash: 12e072768272722efdbd2ae8c6c99cc0d11ed4a5
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.1.9 - 2024-12-03

* Ignore SARIF file upload failures from octoscan [Kyle Harding]

## 19.1.8 - 2024-11-26

* Update cloudflare/wrangler-action action to v3.13.0 [balena-renovate[bot]]
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.1.8",
"version": "19.1.9",
"versionist": {
"publishedAt": "2024-11-26T21:02:36.546Z"
"publishedAt": "2024-12-03T14:33:45.041Z"
}
}

0 comments on commit 3436427

Please sign in to comment.