Skip to content

Commit

Permalink
Release 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
robmadole committed Feb 17, 2020
1 parent 5356b24 commit b1728ed
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p

---

## [0.2.2](https://github.com/FortAwesome/react-native-fontawesome/releases/tag/0.2.2) - 2020-02-17

### Fixed

- Add index.d.ts to the package.json files

---

## [0.2.1](https://github.com/FortAwesome/react-native-fontawesome/releases/tag/0.2.1) - 2020-02-06

### Fixed
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fortawesome/react-native-fontawesome",
"version": "0.2.1",
"version": "0.2.2",
"description": "Official React Native component for Font Awesome 5",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -50,6 +50,7 @@
},
"files": [
"index.js",
"index.d.ts",
"dist/converter.js",
"dist/logger.js",
"dist/components/FontAwesomeIcon.js"
Expand Down

0 comments on commit b1728ed

Please sign in to comment.