Skip to content

Commit

Permalink
2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MoOx committed Jan 22, 2020
1 parent 73a1dd3 commit 8e8ccac
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog of `react-from-svg`

## 2.0.0 - 2020-01-22

- Try to load compiled transformer differently (not in-source as it's the recommended place - to avoid issue with existing bs compilation, which can override & break nodejs script due to not using commonjs).
- Use bs-platform@^7.0.0

We might in the future rebuild script before running it.

## 1.2.3 - 2020-01-03

- Fix unwanted whitespace that create text nodes
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-from-svg",
"version": "1.2.3",
"version": "2.0.0",
"license": "MIT",
"repository": "https://github.com/MoOx/react-from-svg",
"keywords": [
Expand Down

0 comments on commit 8e8ccac

Please sign in to comment.