From be2b257eaa197a3e0a00939eaf85fdbed1fbadce Mon Sep 17 00:00:00 2001 From: service-github-lyft-semantic-release Date: Sat, 14 Nov 2020 00:28:16 +0000 Subject: [PATCH] chore(release): Release 0.17.5 [skip ci] ## [0.17.5](http://github.com/lyft/flyteconsole/compare/v0.17.4...v0.17.5) (2020-11-14) ### Bug Fixes * use one-based day of week for aws cron expressions ([#120](http://github.com/lyft/flyteconsole/issues/120)) ([1cc0e1c](http://github.com/lyft/flyteconsole/commit/1cc0e1c5629af875ede6ac9b6d84f83df2cb5ac3)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c9f0a73f..5b2aa6cd3 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.5](http://github.com/lyft/flyteconsole/compare/v0.17.4...v0.17.5) (2020-11-14) + + +### Bug Fixes + +* use one-based day of week for aws cron expressions ([#120](http://github.com/lyft/flyteconsole/issues/120)) ([1cc0e1c](http://github.com/lyft/flyteconsole/commit/1cc0e1c5629af875ede6ac9b6d84f83df2cb5ac3)) + ## [0.17.4](http://github.com/lyft/flyteconsole/compare/v0.17.3...v0.17.4) (2020-11-11) diff --git a/package.json b/package.json index 72155f439..03c93c376 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "flyteconsole", - "version": "0.17.4", + "version": "0.17.5", "description": "The web UI for the Flyte platform", "repository": { "type": "git",