From cada418e79e7fe5d9f0e8129822ad4e31e251abc Mon Sep 17 00:00:00 2001 From: flyte bot Date: Fri, 22 Apr 2022 22:12:17 +0000 Subject: [PATCH] chore(release): Release 0.55.0 [skip ci] # [0.55.0](http://github.com/lyft/flyteconsole/compare/v0.54.2...v0.55.0) (2022-04-22) ### Features * webpack config changes ([#419](http://github.com/lyft/flyteconsole/issues/419)) ([f93e94f](http://github.com/lyft/flyteconsole/commit/f93e94fd5b04c8da65b0bcd97ce1097451d83b28)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dba84ab75..eebd75d41 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.55.0](http://github.com/lyft/flyteconsole/compare/v0.54.2...v0.55.0) (2022-04-22) + + +### Features + +* webpack config changes ([#419](http://github.com/lyft/flyteconsole/issues/419)) ([f93e94f](http://github.com/lyft/flyteconsole/commit/f93e94fd5b04c8da65b0bcd97ce1097451d83b28)) + ## [0.54.2](http://github.com/lyft/flyteconsole/compare/v0.54.1...v0.54.2) (2022-04-22) diff --git a/package.json b/package.json index acac2e8ff..1e24fddfe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "flyteconsole", - "version": "0.54.2", + "version": "0.55.0", "description": "The web UI for the Flyte platform", "repository": { "type": "git",