From a7029b4de26f60fb1c6c897f839acb448273b7f5 Mon Sep 17 00:00:00 2001 From: flyte bot Date: Thu, 6 Jan 2022 23:42:31 +0000 Subject: [PATCH] chore(release): Release 0.38.0 [skip ci] # [0.38.0](http://github.com/lyft/flyteconsole/compare/v0.37.1...v0.38.0) (2022-01-06) ### Features * handle 'Aborting' workflow execution phases ([#256](http://github.com/lyft/flyteconsole/issues/256)) ([3231441](http://github.com/lyft/flyteconsole/commit/3231441e38b782eb83f754a8e4aa7c7ed19ce9e1)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e96c4ed7a..471eedc23 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.38.0](http://github.com/lyft/flyteconsole/compare/v0.37.1...v0.38.0) (2022-01-06) + + +### Features + +* handle 'Aborting' workflow execution phases ([#256](http://github.com/lyft/flyteconsole/issues/256)) ([3231441](http://github.com/lyft/flyteconsole/commit/3231441e38b782eb83f754a8e4aa7c7ed19ce9e1)) + ## [0.37.1](http://github.com/lyft/flyteconsole/compare/v0.37.0...v0.37.1) (2022-01-05) diff --git a/package.json b/package.json index f8d970825..d418d106c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "flyteconsole", - "version": "0.37.1", + "version": "0.38.0", "description": "The web UI for the Flyte platform", "repository": { "type": "git",