From 3ccbe87d1f06ad8d70afb78f34aa5937db4ae233 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 30 Nov 2019 21:28:03 +0100 Subject: [PATCH] chore(release): 3.0.0 [skip ci] # [3.0.0](https://github.com/researchgate/react-fast-highlight/compare/v2.2.2...v3.0.0) (2019-11-30) ### Features * Migrate to typescript and spire ([e2ae43f](https://github.com/researchgate/react-fast-highlight/commit/e2ae43f6a07319c40adb95554d73c686deb4ec36)) ### BREAKING CHANGES * No default export anymore. Use named exports. --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b93bef0d..c0b2da27 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [3.0.0](https://github.com/researchgate/react-fast-highlight/compare/v2.2.2...v3.0.0) (2019-11-30) + + +### Features + +* Migrate to typescript and spire ([e2ae43f](https://github.com/researchgate/react-fast-highlight/commit/e2ae43f6a07319c40adb95554d73c686deb4ec36)) + + +### BREAKING CHANGES + +* No default export anymore. Use named exports. + # 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. diff --git a/package.json b/package.json index fb22ca0a..62d2c8f1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-fast-highlight", - "version": "2.2.2", + "version": "3.0.0", "description": "A fast react component wrapper for highlight.js", "main": "lib/js/index.js", "module": "lib/esm/index.js",