Skip to content

Commit cd4d335

Browse files
committed
Release 2.1.0
1 parent 2b18ba8 commit cd4d335

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+
# [2.1.0](https://github.com/project-codeflare/codeflare-cli/compare/v2.0.0...v2.1.0) (2023-01-11)
2+
3+
### Bug Fixes
4+
5+
- bump plugin-madwizard to pick up parsing bug in raw mode with madwizard ([52808fb](https://github.com/project-codeflare/codeflare-cli/commit/52808fb0cb6be2d9bff504e8cb42be4138605e8c))
6+
7+
### Features
8+
9+
- bump to electron 22 ([2b18ba8](https://github.com/project-codeflare/codeflare-cli/commit/2b18ba8478ae52d893e347613d1994e184e41c2f))
10+
111
# [2.0.0](https://github.com/project-codeflare/codeflare-cli/compare/v1.5.0...v2.0.0) (2023-01-10)
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 "2.0.0"
2+
version "2.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 "bbb06ce109eac2ed6827fae8a4f1ce31d539b4150821846b4a3959e23a6e0f84"
10+
sha256 "8abdee9cd85fbb0c54773f39bc8bcb47ee4b13759e44507b598c60e58f75eceb"
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 "43f20f84767be2ee30e103045d8c1c8e89ea9e204fb231a8342abc8772ed9bb8"
14+
sha256 "4f23d3fe0b1ce34bccc5f58a962134b102a1846e98472e0823dfef7a4bdbe9df"
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": "2.0.0",
3+
"version": "2.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": "2.0.0",
3+
"version": "2.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)