diff --git a/CHANGELOG.md b/CHANGELOG.md index d270f0ba..b93bef0d 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. + +## [2.2.2](https://github.com/researchgate/react-fast-highlight/compare/v2.2.1...v2.2.2) (2018-06-09) + + +### Bug Fixes + +* **babel:** Do not include tests in published package ([03d0fc6](https://github.com/researchgate/react-fast-highlight/commit/03d0fc6)) + + + ## [2.2.1](https://github.com/researchgate/react-fast-highlight/compare/v2.2.0...v2.2.1) (2018-06-09) diff --git a/package.json b/package.json index 2d77ba0c..641f1628 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-fast-highlight", - "version": "2.2.1", + "version": "2.2.2", "description": "A fast react component wrapper for highlight.js", "main": "lib/index.js", "scripts": {