From 64b7a4361db0916cea662726282a54beb3c5afbf Mon Sep 17 00:00:00 2001 From: nabeliwo Date: Wed, 3 Jul 2019 14:49:54 +0900 Subject: [PATCH] chore(release): 3.8.6 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000000..3b80ca6c3c --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,5 @@ +# Changelog + +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.8.6](https://github.com/kufu/smarthr-ui/compare/v3.8.5...v3.8.6) (2019-07-03) diff --git a/package.json b/package.json index b8dda185ea..e7fba41805 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "smarthr-ui", "description": "SmartHR ui components built with React.", - "version": "3.8.5", + "version": "3.8.6", "author": "SmartHR-UI Team", "dependencies": { "lodash.merge": "^4.6.1",