Skip to content

Commit 82023ad

Browse files
committed
chore(release): 1.4.0
1 parent ee342e9 commit 82023ad

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
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.
44

5+
<a name="1.4.0"></a>
6+
# [1.4.0](https://github.com/smooth-code/svgr/compare/v1.3.0...v1.4.0) (2017-12-07)
7+
8+
9+
### Features
10+
11+
* add "-native" option to target React Native ([76fd6f5](https://github.com/smooth-code/svgr/commit/76fd6f5))
12+
* **native:** import only relevant components ([fcd4229](https://github.com/smooth-code/svgr/commit/fcd4229))
13+
* **native:** log unsupported components ([888d968](https://github.com/smooth-code/svgr/commit/888d968))
14+
15+
16+
517
<a name="1.3.0"></a>
618
# [1.3.0](https://github.com/smooth-code/svgr/compare/v1.1.0...v1.3.0) (2017-12-05)
719

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "svgr",
33
"description": "Convert raw SVG into React components.",
4-
"version": "1.3.0",
4+
"version": "1.4.0",
55
"main": "lib/index.js",
66
"repository": "git@github.com:smooth-code/svgr.git",
77
"author": "Greg Bergé <berge.greg@gmail.com>",

0 commit comments

Comments
 (0)