diff --git a/CHANGELOG.md b/CHANGELOG.md index 033fa21..9cd5427 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ 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. + +## [4.3.1](https://github.com/steelsojka/lodash-decorators/compare/v4.3.0...v4.3.1) (2017-05-06) + + +### Bug Fixes + +* **rearg:** fix typescript build error ([65f8757](https://github.com/steelsojka/lodash-decorators/commit/65f8757)) + + + # [4.3.0](https://github.com/steelsojka/lodash-decorators/compare/v4.2.1...v4.3.0) (2017-05-06) diff --git a/package.json b/package.json index 2956bd9..4bc9fd4 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "lodash-decorators", "author": "Steven Sojka ", "description": "A collection of decorators using lodash at it's core.", - "version": "4.3.0", + "version": "4.3.1", "engines": { "node": ">=0.12.0" },