Skip to content

Commit 12b9ad0

Browse files
committed
2.0.1
1 parent caf95f3 commit 12b9ad0

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog of `react-from-svg`
22

3+
## 2.0.1 - 2020-01-22
4+
5+
- Try to autorebuild if compiled artifacts are missing
6+
37
## 2.0.0 - 2020-01-22
48

59
- 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).

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-from-svg",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"license": "MIT",
55
"repository": "https://github.com/MoOx/react-from-svg",
66
"keywords": [

0 commit comments

Comments
 (0)