Skip to content

Commit

Permalink
Release 0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
robmadole committed Oct 19, 2019
1 parent b63b1ed commit 234c354
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
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.1.7](https://github.com/FortAwesome/react-fontawesome/releases/tag/0.1.7) - 2019-10-19

### Fixed

- Add DOM attributes to FontAwesomeIconProps to Typescript definitions #151 #196

---

## [0.1.6](https://github.com/FortAwesome/react-fontawesome/releases/tag/0.1.6) - 2019-10-10

### Fixed
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -575,6 +575,7 @@ being awesome contributors to this project. **We'd like to take a moment to reco
| <img src="https://github.com/mmhand123.png?size=72" /> | Matthew Hand | [@mmhand123](https://github.com/mmhand123) |
| <img src="https://github.com/calvinf.png?size=72" /> | calvinf | [@calvinf](https://github.com/calvinf) |
| <img src="https://github.com/chimericdream.png?size=72" /> | Bill Parrott | [@chimericdream](https://github.com/chimericdream) |
| <img src="https://github.com/baelec.png?size=72" /> | baelec | [@baelec](https://github.com/baelec) |
If we've missed someone (which is quite likely) submit a Pull Request to us and we'll get it resolved.
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@fortawesome/react-fontawesome",
"description": "Official React component for Font Awesome 5",
"version": "0.1.6",
"version": "0.1.7",
"main": "index.js",
"module": "index.es.js",
"jsnext:main": "index.es.js",
Expand All @@ -21,7 +21,8 @@
"Naor Torgeman <github.com/naortor>",
"Matthew Hand <github.com/mmhand123>",
"Calvin Freitas <github.com/calvinf>",
"Bill Parrott <github.com/chimericdream>"
"Bill Parrott <github.com/chimericdream>",
"baelec <github.com/baelec>"
],
"license": "MIT",
"scripts": {
Expand Down

0 comments on commit 234c354

Please sign in to comment.