Skip to content

Commit b1728ed

Browse files
committed
Release 0.2.2
1 parent 5356b24 commit b1728ed

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
66

77
---
88

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+
917
## [0.2.1](https://github.com/FortAwesome/react-native-fontawesome/releases/tag/0.2.1) - 2020-02-06
1018

1119
### Fixed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fortawesome/react-native-fontawesome",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"description": "Official React Native component for Font Awesome 5",
55
"main": "index.js",
66
"scripts": {
@@ -50,6 +50,7 @@
5050
},
5151
"files": [
5252
"index.js",
53+
"index.d.ts",
5354
"dist/converter.js",
5455
"dist/logger.js",
5556
"dist/components/FontAwesomeIcon.js"

0 commit comments

Comments
 (0)