diff --git a/CHANGELOG.md b/CHANGELOG.md index ef364de7..aa886833 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Change Log +## 2.0.10 - 24 January 2023 +- Bump the CLI binary version to `v0.1.23241`. [#241](https://github.com/getlocalci/local-ci/pull/241) + ## 2.0.9 - 14 January 2023 - Bump the CLI binary version to `v0.1.22924`. [#239](https://github.com/getlocalci/local-ci/pull/239) diff --git a/node/binary.js b/node/binary.js index 0d72af97..ab9779ec 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.22924'; +const binaryVersion = '0.1.23241'; const intelMacBinaryVersion = '0.1.17087'; const supportedPlatforms = [ diff --git a/package-lock.json b/package-lock.json index bb44bc8c..11d160be 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "local-ci", - "version": "2.0.9", + "version": "2.0.10", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "local-ci", - "version": "2.0.9", + "version": "2.0.10", "hasInstallScript": true, "license": "GPL-2.0-or-later", "os": [ diff --git a/package.json b/package.json index 1e8e4f5c..5e9e5a7f 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": "2.0.9", + "version": "2.0.10", "publisher": "LocalCI", "contributors": [ "Ryan Kienstra"