From 8846abcf7a82eae75c4295b80258c60b299c8c8a Mon Sep 17 00:00:00 2001 From: service-github-lyft-semantic-release Date: Wed, 2 Sep 2020 00:29:17 +0000 Subject: [PATCH] chore(release): Release 0.11.0 [skip ci] # [0.11.0](http://github.com/lyft/flyteconsole/compare/v0.10.0...v0.11.0) (2020-09-02) ### Features * Allow cloning of running executions ([#93](http://github.com/lyft/flyteconsole/issues/93)) ([dfa7e26](http://github.com/lyft/flyteconsole/commit/dfa7e260372e7743efcc42bb5c9f03742e776fa8)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7268d92e3..e835f6c8a 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.11.0](http://github.com/lyft/flyteconsole/compare/v0.10.0...v0.11.0) (2020-09-02) + + +### Features + +* Allow cloning of running executions ([#93](http://github.com/lyft/flyteconsole/issues/93)) ([dfa7e26](http://github.com/lyft/flyteconsole/commit/dfa7e260372e7743efcc42bb5c9f03742e776fa8)) + # [0.10.0](http://github.com/lyft/flyteconsole/compare/v0.9.0...v0.10.0) (2020-08-31) diff --git a/package.json b/package.json index f51897eb8..7d60d4209 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "flyteconsole", - "version": "0.10.0", + "version": "0.11.0", "description": "The web UI for the Flyte platform", "repository": { "type": "git",