Skip to content

Commit 3ccbe87

Browse files
chore(release): 3.0.0 [skip ci]
# [3.0.0](v2.2.2...v3.0.0) (2019-11-30) ### Features * Migrate to typescript and spire ([e2ae43f](e2ae43f)) ### BREAKING CHANGES * No default export anymore. Use named exports.
1 parent 2357e0a commit 3ccbe87

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [3.0.0](https://github.com/researchgate/react-fast-highlight/compare/v2.2.2...v3.0.0) (2019-11-30)
2+
3+
4+
### Features
5+
6+
* Migrate to typescript and spire ([e2ae43f](https://github.com/researchgate/react-fast-highlight/commit/e2ae43f6a07319c40adb95554d73c686deb4ec36))
7+
8+
9+
### BREAKING CHANGES
10+
11+
* No default export anymore. Use named exports.
12+
113
# Change Log
214

315
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.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-fast-highlight",
3-
"version": "2.2.2",
3+
"version": "3.0.0",
44
"description": "A fast react component wrapper for highlight.js",
55
"main": "lib/js/index.js",
66
"module": "lib/esm/index.js",

0 commit comments

Comments
 (0)