diff --git a/CHANGELOG.md b/CHANGELOG.md index a8941befcb..293c4e6735 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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. +### [6.1.1](https://github.com/kufu/smarthr-ui/compare/v6.1.0...v6.1.1) (2020-01-21) + + +### Bug Fixes + +* fix description of husky ([b7e8c7c](https://github.com/kufu/smarthr-ui/commit/b7e8c7cebb8749a203593582573b65de7efb18a9)) + ## [6.1.0](https://github.com/kufu/smarthr-ui/compare/v6.0.0...v6.1.0) (2020-01-20) diff --git a/package.json b/package.json index d1bffa3e17..e3e7146047 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "smarthr-ui", "description": "SmartHR ui components built with React.", - "version": "6.1.0", + "version": "6.1.1", "author": "SmartHR-UI Team", "dependencies": { "lodash.merge": "^4.6.1",