diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..dcca5e4f --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,11 @@ +# Change Log + +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.1.2](https://github.com/researchgate/react-fast-highlight/compare/v2.1.1...v2.1.2) (2017-10-11) + + +### Bug Fixes + +* **dependencies:** Allow react 16 ([29e4467](https://github.com/researchgate/react-fast-highlight/commit/29e4467)) diff --git a/package.json b/package.json index 51d40925..4f521f56 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-fast-highlight", - "version": "2.1.1", + "version": "2.1.2", "description": "A fast react component wrapper for highlight.js", "main": "lib/index.js", "scripts": {