Skip to content

Commit

Permalink
chore(release): 3.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [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.
  • Loading branch information
semantic-release-bot committed Nov 30, 2019
1 parent 2357e0a commit 3ccbe87
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 3ccbe87

Please sign in to comment.