From 0d1d683a9cce5e4556964175c8046ade7062ee78 Mon Sep 17 00:00:00 2001 From: nabeliwo Date: Wed, 31 Jul 2019 11:04:04 +0900 Subject: [PATCH] chore(release): 3.9.2 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a0b8282818..3dee1096cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [3.9.2](https://github.com/kufu/smarthr-ui/compare/v3.9.1...v3.9.2) (2019-07-31) + + +### Bug Fixes + +* Skip res-suit when aws credential is not exist ([fc4282d](https://github.com/kufu/smarthr-ui/commit/fc4282d)) + + + ### [3.9.1](https://github.com/kufu/smarthr-ui/compare/v3.9.0...v3.9.1) (2019-07-22) diff --git a/package.json b/package.json index 4a1cfcf73c..f213434193 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "smarthr-ui", "description": "SmartHR ui components built with React.", - "version": "3.9.1", + "version": "3.9.2", "author": "SmartHR-UI Team", "dependencies": { "lodash.merge": "^4.6.1",