From 054f738e2412e302c01674938ab540c3df0d69ff Mon Sep 17 00:00:00 2001 From: Ryan Kienstra Date: Sun, 25 Sep 2022 23:44:22 -0500 Subject: [PATCH 1/2] Bump the binary version to the latest --- node/binary.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node/binary.js b/node/binary.js index d0253f42..c5a6921b 100644 --- a/node/binary.js +++ b/node/binary.js @@ -3,7 +3,7 @@ const { Binary } = require('@cloudflare/binary-install'); const { type, arch } = require('os'); const path = require('path'); -const binaryVersion = '0.1.21194'; +const binaryVersion = '0.1.21412'; const intelMacBinaryVersion = '0.1.17087'; const supportedPlatforms = [ From 9c0ff55a0cdc1dd4a96a96c2bb220ade1cc58937 Mon Sep 17 00:00:00 2001 From: Ryan Kienstra Date: Sun, 25 Sep 2022 23:50:04 -0500 Subject: [PATCH 2/2] Bump the version, add a CHANGELOG entry --- CHANGELOG.md | 3 +++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 087f0874..c16fe833 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Change Log +## 1.9.2 - 26 September 2022 +- Bump the binary version to the latest: 0.1.21412. [#191](https://github.com/getlocalci/local-ci/pull/191) + ## 1.9.1 - 20 September 2022 - Bump the binary version to the latest: v0.1.21194. [#189](https://github.com/getlocalci/local-ci/pull/189) - Add a button to complain to me. [#188](https://github.com/getlocalci/local-ci/pull/188) diff --git a/package-lock.json b/package-lock.json index fbceab64..e23ba463 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "local-ci", - "version": "1.9.1", + "version": "1.9.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "local-ci", - "version": "1.9.1", + "version": "1.9.2", "hasInstallScript": true, "license": "GPL-2.0-or-later", "os": [ diff --git a/package.json b/package.json index 82b3a650..20c5905f 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "local-ci", "displayName": "Local CI", "description": "Debug CircleCI® workflows locally, with Bash access during and after. Free preview, then paid.", - "version": "1.9.1", + "version": "1.9.2", "publisher": "LocalCI", "contributors": [ "Ryan Kienstra"