From d6a35b38e47c395329e861f1b462ef6ec0fea417 Mon Sep 17 00:00:00 2001 From: service-github-lyft-semantic-release Date: Fri, 6 Nov 2020 18:55:46 +0000 Subject: [PATCH] chore(release): Release 0.17.2 [skip ci] ## [0.17.2](http://github.com/lyft/flyteconsole/compare/v0.17.1...v0.17.2) (2020-11-06) ### Bug Fixes * stale selected item reference in NE details panel ([#115](http://github.com/lyft/flyteconsole/issues/115)) ([12c486f](http://github.com/lyft/flyteconsole/commit/12c486f86b2e06a81ed3415f6e60e0bf874a0b88)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 789ed668c..60e212a3c 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.17.2](http://github.com/lyft/flyteconsole/compare/v0.17.1...v0.17.2) (2020-11-06) + + +### Bug Fixes + +* stale selected item reference in NE details panel ([#115](http://github.com/lyft/flyteconsole/issues/115)) ([12c486f](http://github.com/lyft/flyteconsole/commit/12c486f86b2e06a81ed3415f6e60e0bf874a0b88)) + ## [0.17.1](http://github.com/lyft/flyteconsole/compare/v0.17.0...v0.17.1) (2020-11-06) diff --git a/package.json b/package.json index c29abc0e9..59482abd7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "flyteconsole", - "version": "0.17.1", + "version": "0.17.2", "description": "The web UI for the Flyte platform", "repository": { "type": "git",