From d80712539c4a20ee2f7f64f6413ef22b005b3cc8 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)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 471eedc23d..44f3d40d65 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 d418d106c4..f3d25990d3 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",