We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4668d2b commit 7decd0dCopy full SHA for 7decd0d
CHANGELOG.md
@@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
6
7
---
8
9
+## [0.0.4](https://github.com/FortAwesome/react-native-fontawesome/releases/tag/0.0.4) - 2018-10-13
10
+
11
+### Changed
12
13
+- Internal clean-up, leveraging recent developments in react-native-svg
14
15
## [0.0.3](https://github.com/FortAwesome/react-native-fontawesome/releases/tag/0.0.3) - 2018-10-11
16
17
### Added
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@fortawesome/react-native-fontawesome",
3
- "version": "0.0.3",
+ "version": "0.0.4",
4
"description": "Official React Native component for Font Awesome 5",
5
"main": "index.js",
"scripts": {
0 commit comments