Skip to content

Commit

Permalink
v2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Jun 19, 2024
1 parent dac8e95 commit d627f16
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 6 deletions.
18 changes: 16 additions & 2 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
- commits:
- subject: Pin actions/setup-node action to 1a4442c
hash: 7767ff52bdec6860f1fb7c64cbf049816e9ec30d
body: |
Update actions/setup-node
footer:
Change-type: patch
change-type: patch
author: Self-hosted Renovate Bot
version: 2.1.3
title: ""
date: 2024-06-19T14:54:49.777Z
- commits:
- subject: Replace deprecated flowzone input tests_run_on
hash: 024d80586ed20afa86c58d56b8297d6b3c13870f
Expand Down Expand Up @@ -255,7 +267,8 @@
Due to unforeseen circumstances, prebuild's node-gyp ignores
`build_v8_with_gn`
from the bindings.gyp file, and it needs to be passed to npm / prebuild directly
from the bindings.gyp file, and it needs to be passed to npm / prebuild
directly
- commits:
- hash: b7473917dca563f811193a097d0bb15c4629d16e
- commits:
Expand All @@ -269,7 +282,8 @@
- body: >-
This defines a variable that's only defined in Node 10's common.gypi
and would otherwise cause node-gyp to fail with "gyp: name 'build_v8_with_gn' is not defined"
and would otherwise cause node-gyp to fail with "gyp: name
'build_v8_with_gn' is not defined"
- version: 1.2.0
- date: 2018-06-20T19:02:49Z
- commits:
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## 1.2.3 - 2019-01-11

# v2.1.3
## (2024-06-19)

* Pin actions/setup-node action to 1a4442c [Self-hosted Renovate Bot]

# v2.1.2
## (2024-02-14)

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": "winusb-driver-generator",
"version": "2.1.2",
"version": "2.1.3",
"main": "index.js",
"description": "Associate a USB vendor/product ID pair with WinUSB",
"homepage": "https://github.com/resin-io-modules/winusb-driver-generator",
Expand Down Expand Up @@ -52,6 +52,6 @@
"node": ">=16 < 19"
},
"versionist": {
"publishedAt": "2024-02-14T19:34:50.744Z"
"publishedAt": "2024-06-19T14:54:49.876Z"
}
}

0 comments on commit d627f16

Please sign in to comment.