From 9076cce5d180ade82be8991b48aaf320816c66c2 Mon Sep 17 00:00:00 2001 From: service-github-lyft-semantic-release Date: Sat, 9 Jan 2021 01:31:51 +0000 Subject: [PATCH] chore(release): Release 0.19.0 [skip ci] # [0.19.0](http://github.com/lyft/flyteconsole/compare/v0.18.0...v0.19.0) (2021-01-09) ### Features * adds project-level executions view ([#135](http://github.com/lyft/flyteconsole/issues/135)) ([d8daf6c](http://github.com/lyft/flyteconsole/commit/d8daf6c503810ffc06976c399ddf35e982c0f2e9)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c3b18041..6018aacdb 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.19.0](http://github.com/lyft/flyteconsole/compare/v0.18.0...v0.19.0) (2021-01-09) + + +### Features + +* adds project-level executions view ([#135](http://github.com/lyft/flyteconsole/issues/135)) ([d8daf6c](http://github.com/lyft/flyteconsole/commit/d8daf6c503810ffc06976c399ddf35e982c0f2e9)) + # [0.18.0](http://github.com/lyft/flyteconsole/compare/v0.17.8...v0.18.0) (2021-01-06) diff --git a/package.json b/package.json index b783d5773..835b95ea2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "flyteconsole", - "version": "0.18.0", + "version": "0.19.0", "description": "The web UI for the Flyte platform", "repository": { "type": "git",