Skip to content

Commit a14f51c

Browse files
committed
Release 0.13.1
1 parent 584cff8 commit a14f51c

File tree

5 files changed

+13
-7
lines changed

5 files changed

+13
-7
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [0.13.1](https://github.com/project-codeflare/codeflare-cli/compare/v0.13.0...v0.13.1) (2022-09-16)
2+
3+
### Bug Fixes
4+
5+
- bump to @guidebooks/store 0.12.4 to pick up pip3 fix ([584cff8](https://github.com/project-codeflare/codeflare-cli/commit/584cff84cf68063c810b6696bbbe082391edd802))
6+
17
# [0.13.0](https://github.com/project-codeflare/codeflare-cli/compare/v0.12.2...v0.13.0) (2022-09-16)
28

39
### 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 "0.13.0"
2+
version "0.13.1"
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 "eb4701bb127109e834eb7c8f49210ffcf6f1b999f46a36aca80e6919711eb217"
10+
sha256 "6d6006a03cd67d9b6d0d0e84ad6030f304c01b3bc7213186cdefbcb1f4d075a6"
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 "e2537ac4717ad2fb28bdaa37c2fc3739c1e3d6f55b724dfe7f36028a91859481"
14+
sha256 "1ecdcea5f11b79634e8248ddc5bc44028ab87d8179cd4d5d33343bd679a977ee"
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": "0.13.0",
3+
"version": "0.13.1",
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": "0.13.0",
3+
"version": "0.13.1",
44
"description": "Kui plugin that offers client defintion",
55
"main": "dist/index.js",
66
"module": "mdist/index.js",

0 commit comments

Comments
 (0)