From 6792f178b065107f2b968baf13f2676e8e77eb00 Mon Sep 17 00:00:00 2001 From: flyte bot Date: Tue, 11 Jan 2022 19:50:08 +0000 Subject: [PATCH] chore(release): Release 0.39.0 [skip ci] # [0.39.0](http://github.com/lyft/flyteconsole/compare/v0.38.0...v0.39.0) (2022-01-11) ### Features * load 100 executions on each filter ([#257](http://github.com/lyft/flyteconsole/issues/257)) ([1a0c3ce](http://github.com/lyft/flyteconsole/commit/1a0c3cecbcde382bb0386e46249708d284f2c188)) Signed-off-by: csirius <85753828+csirius@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 471eedc23..44f3d40d6 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.39.0](http://github.com/lyft/flyteconsole/compare/v0.38.0...v0.39.0) (2022-01-11) + + +### Features + +* load 100 executions on each filter ([#257](http://github.com/lyft/flyteconsole/issues/257)) ([1a0c3ce](http://github.com/lyft/flyteconsole/commit/1a0c3cecbcde382bb0386e46249708d284f2c188)) + # [0.38.0](http://github.com/lyft/flyteconsole/compare/v0.37.1...v0.38.0) (2022-01-06) diff --git a/package.json b/package.json index b09d8b6f3..8f790135f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "flyteconsole", - "version": "0.38.0", + "version": "0.39.0", "description": "The web UI for the Flyte platform", "repository": { "type": "git",