Skip to content

Commit 2dccf20

Browse files
committed
Release 0.9.4
1 parent f13312c commit 2dccf20

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

Diff for: CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
## [0.9.4](https://github.com/project-codeflare/codeflare-cli/compare/v0.9.3...v0.9.4) (2022-08-23)
2+
3+
### Bug Fixes
4+
5+
- fixes for broken log aggregator ([e1d85ac](https://github.com/project-codeflare/codeflare-cli/commit/e1d85ace4c66653bac1281c7978b07c591dab165))
6+
- i think this resolves remaining log aggregator instabilities ([f13312c](https://github.com/project-codeflare/codeflare-cli/commit/f13312c68d2e31a7645a00193b17229c1c0c9433))
7+
- run the release-it scripts in verbose mode ([b9c510a](https://github.com/project-codeflare/codeflare-cli/commit/b9c510a28663c825cb76758500ae20e0bd4fbcea))

Diff for: package-lock.json

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

Diff for: package.json

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

Diff for: 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.9.3",
3+
"version": "0.9.4",
44
"description": "Kui plugin that offers client defintion",
55
"main": "dist/index.js",
66
"module": "mdist/index.js",

0 commit comments

Comments
 (0)