From a64e1385852125bec9efe7f37c1d3930c7e2a434 Mon Sep 17 00:00:00 2001 From: flyte bot Date: Tue, 26 Oct 2021 17:30:47 +0000 Subject: [PATCH] chore(release): Release 0.30.0 [skip ci] # [0.30.0](http://github.com/lyft/flyteconsole/compare/v0.29.2...v0.30.0) (2021-10-26) ### Features * add comparison tool to execution list V1 ([#234](http://github.com/lyft/flyteconsole/issues/234)) ([df4f7e7](http://github.com/lyft/flyteconsole/commit/df4f7e75d179dfa4efb2f3cf8c6ce3f03fe27899)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f2dfe3457..d0291efcce 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.30.0](http://github.com/lyft/flyteconsole/compare/v0.29.2...v0.30.0) (2021-10-26) + + +### Features + +* add comparison tool to execution list V1 ([#234](http://github.com/lyft/flyteconsole/issues/234)) ([df4f7e7](http://github.com/lyft/flyteconsole/commit/df4f7e75d179dfa4efb2f3cf8c6ce3f03fe27899)) + ## [0.29.2](http://github.com/lyft/flyteconsole/compare/v0.29.1...v0.29.2) (2021-10-25) diff --git a/package.json b/package.json index c51166d2ba..b1c7dbd3ad 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "flyteconsole", - "version": "0.29.2", + "version": "0.30.0", "description": "The web UI for the Flyte platform", "repository": { "type": "git",