From ebb311867e0acc51708ab039a7b7c73670ebee54 Mon Sep 17 00:00:00 2001 From: Daniel Tschinder Date: Sat, 9 Jun 2018 10:34:21 +0200 Subject: [PATCH] chore(release): 2.2.1 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 02944289..d270f0ba 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.1](https://github.com/researchgate/react-fast-highlight/compare/v2.2.0...v2.2.1) (2018-06-09) + + +### Bug Fixes + +* **react:** Remove deprecation warning with react 16.4 ([3a9b707](https://github.com/researchgate/react-fast-highlight/commit/3a9b707)) + + + # [2.2.0](https://github.com/researchgate/react-fast-highlight/compare/v2.1.2...v2.2.0) (2017-10-11) diff --git a/package.json b/package.json index 07109523..5e8e9862 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-fast-highlight", - "version": "2.2.0", + "version": "2.2.1", "description": "A fast react component wrapper for highlight.js", "main": "lib/index.js", "scripts": {