From fde5a029ba35bc25690ab45d463eeab543db8d50 Mon Sep 17 00:00:00 2001 From: service-github-lyft-semantic-release Date: Fri, 23 Oct 2020 21:21:04 +0000 Subject: [PATCH] chore(release): Release 0.16.2 [skip ci] ## [0.16.2](http://github.com/lyft/flyteconsole/compare/v0.16.1...v0.16.2) (2020-10-23) ### Bug Fixes * missing state transition when fixing Launch validation errors ([#114](http://github.com/lyft/flyteconsole/issues/114)) ([e8173f6](http://github.com/lyft/flyteconsole/commit/e8173f6b7eeec26554ccb062bb6f9c657ce410b9)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a4ebb422..65ce560ee 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.16.2](http://github.com/lyft/flyteconsole/compare/v0.16.1...v0.16.2) (2020-10-23) + + +### Bug Fixes + +* missing state transition when fixing Launch validation errors ([#114](http://github.com/lyft/flyteconsole/issues/114)) ([e8173f6](http://github.com/lyft/flyteconsole/commit/e8173f6b7eeec26554ccb062bb6f9c657ce410b9)) + ## [0.16.1](http://github.com/lyft/flyteconsole/compare/v0.16.0...v0.16.1) (2020-10-22) diff --git a/package.json b/package.json index 7de367a58..af9326760 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "flyteconsole", - "version": "0.16.1", + "version": "0.16.2", "description": "The web UI for the Flyte platform", "repository": { "type": "git",