Skip to content

Commit b1b1cbf

Browse files
committed
Release 4.1.0
1 parent 7687269 commit b1b1cbf

File tree

5 files changed

+17
-7
lines changed

5 files changed

+17
-7
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# [4.1.0](https://github.com/project-codeflare/codeflare-cli/compare/v4.0.0...v4.1.0) (2023-03-21)
2+
3+
### Bug Fixes
4+
5+
- bump [email protected] to pick up aws endpoint-url fix ([7687269](https://github.com/project-codeflare/codeflare-cli/commit/76872692745950ded18153af6cb52fb2b962564f))
6+
7+
### Features
8+
9+
- bump to madwizard@7 to pick up multiselect autocomplete ([b0e4e4c](https://github.com/project-codeflare/codeflare-cli/commit/b0e4e4c8874f56bdddb875125a2c43df5f34c59d))
10+
111
# [4.0.0](https://github.com/project-codeflare/codeflare-cli/compare/v3.1.2...v4.0.0) (2023-03-20)
212

313
### Bug Fixes

Casks/codeflare.rb

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
cask "codeflare" do
2-
version "4.0.0"
2+
version "4.1.0"
33

44
name "CodeFlare"
55
desc "CLI for Project CodeFlare"
66
homepage "https://github.com/project-codeflare/codeflare-cli"
77

88
if Hardware::CPU.intel?
99
url "https://github.com/project-codeflare/codeflare-cli/releases/download/v#{version}/CodeFlare-darwin-x64.tar.bz2"
10-
sha256 "4807633400624d283d2cc9e2eba35c4adf82ab2cfebc31f98c8d026c03b5e3a0"
10+
sha256 "a23912d86b6d1a7af9f72d480bc6e09b1e204b7e67ed893d00563991d28c5e55"
1111
app "CodeFlare-darwin-x64/CodeFlare.app"
1212
else
1313
url "https://github.com/project-codeflare/codeflare-cli/releases/download/v#{version}/CodeFlare-darwin-arm64.tar.bz2"
14-
sha256 "00db256ff2b0c6cc300000af92f49d893dd7dc614e6ecb2398a1679aadddcc71"
14+
sha256 "b356a73dc01cd010e2998c759354bae41b311ecf4c3e3de4c51607565803058a"
1515
app "CodeFlare-darwin-arm64/CodeFlare.app"
1616
end
1717

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "CodeFlare.app",
3-
"version": "4.0.0",
3+
"version": "4.1.0",
44
"description": "",
55
"main": "dist/headless/codeflare.min.js",
66
"scripts": {

plugins/plugin-client-default/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kui-shell/plugin-client",
3-
"version": "4.0.0",
3+
"version": "4.1.0",
44
"description": "Kui plugin that offers client defintion",
55
"main": "dist/headless/codeflare.min.js",
66
"module": "mdist/index.js",

0 commit comments

Comments
 (0)