From d627f1603b52f2d3eb94f32af668424e7fe4d4f8 Mon Sep 17 00:00:00 2001 From: "flowzone-app[bot]" <124931076+flowzone-app[bot]@users.noreply.github.com> Date: Wed, 19 Jun 2024 14:54:58 +0000 Subject: [PATCH] v2.1.3 --- .versionbot/CHANGELOG.yml | 18 ++++++++++++++++-- CHANGELOG.md | 5 +++++ package-lock.json | 4 ++-- package.json | 4 ++-- 4 files changed, 25 insertions(+), 6 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 9a3203d..f6eb517 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -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 @@ -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: @@ -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: diff --git a/CHANGELOG.md b/CHANGELOG.md index d46a9a0..76ec97d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index e7f9da8..3588343 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "winusb-driver-generator", - "version": "2.1.2", + "version": "2.1.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "winusb-driver-generator", - "version": "2.1.2", + "version": "2.1.3", "hasInstallScript": true, "license": "Apache-2.0", "os": [ diff --git a/package.json b/package.json index 4e2e433..f9909b5 100644 --- a/package.json +++ b/package.json @@ -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", @@ -52,6 +52,6 @@ "node": ">=16 < 19" }, "versionist": { - "publishedAt": "2024-02-14T19:34:50.744Z" + "publishedAt": "2024-06-19T14:54:49.876Z" } }