File tree 2 files changed +10
-1
lines changed
2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,14 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
6
6
7
7
---
8
8
9
+ ## [ 0.2.2] ( https://github.com/FortAwesome/react-native-fontawesome/releases/tag/0.2.2 ) - 2020-02-17
10
+
11
+ ### Fixed
12
+
13
+ - Add index.d.ts to the package.json files
14
+
15
+ ---
16
+
9
17
## [ 0.2.1] ( https://github.com/FortAwesome/react-native-fontawesome/releases/tag/0.2.1 ) - 2020-02-06
10
18
11
19
### Fixed
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @fortawesome/react-native-fontawesome" ,
3
- "version" : " 0.2.1 " ,
3
+ "version" : " 0.2.2 " ,
4
4
"description" : " Official React Native component for Font Awesome 5" ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
50
50
},
51
51
"files" : [
52
52
" index.js" ,
53
+ " index.d.ts" ,
53
54
" dist/converter.js" ,
54
55
" dist/logger.js" ,
55
56
" dist/components/FontAwesomeIcon.js"
You can’t perform that action at this time.
0 commit comments