From b4386265dba78470b97444aad40c09b2bc92ed6c Mon Sep 17 00:00:00 2001 From: flyte bot Date: Thu, 10 Feb 2022 23:37:21 +0000 Subject: [PATCH] chore(release): Release 0.42.0 [skip ci] # [0.42.0](http://github.com/lyft/flyteconsole/compare/v0.41.0...v0.42.0) (2022-02-10) ### Features * **#281:** allow to collapse/expand workflow version section ([#282](http://github.com/lyft/flyteconsole/issues/282)) ([a4ac862](http://github.com/lyft/flyteconsole/commit/a4ac8627280f6793113d7538023a6644cf43f429)), closes [#281](http://github.com/lyft/flyteconsole/issues/281) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 046abcc24e..382d9fd107 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.42.0](http://github.com/lyft/flyteconsole/compare/v0.41.0...v0.42.0) (2022-02-10) + + +### Features + +* **#281:** allow to collapse/expand workflow version section ([#282](http://github.com/lyft/flyteconsole/issues/282)) ([a4ac862](http://github.com/lyft/flyteconsole/commit/a4ac8627280f6793113d7538023a6644cf43f429)), closes [#281](http://github.com/lyft/flyteconsole/issues/281) + # [0.41.0](http://github.com/lyft/flyteconsole/compare/v0.40.0...v0.41.0) (2022-02-03) diff --git a/package.json b/package.json index 48f1bb08a3..a63ede0c1d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "flyteconsole", - "version": "0.41.0", + "version": "0.42.0", "description": "The web UI for the Flyte platform", "repository": { "type": "git",