diff --git a/CHANGELOG.md b/CHANGELOG.md index a136558..74020f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ + +# [2.4.0](https://github.com/alfa-laboratory/library-utils/compare/v2.3.1...v2.4.0) (2019-05-16) + + +### Bug Fixes + +* **react-doc:** add ts,tsx extensions to resolver ([eda8382](https://github.com/alfa-laboratory/library-utils/commit/eda8382)) + + + ## [2.3.1](https://github.com/alfa-laboratory/library-utils/compare/v2.3.0...v2.3.1) (2019-03-28) diff --git a/package.json b/package.json index da4c752..b2c64eb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "library-utils", - "version": "2.3.1", + "version": "2.4.0", "description": "Utils for component libraries processing and compilation", "repository": { "type": "git",