diff --git a/CHANGELOG.md b/CHANGELOG.md index 363d9b97..90e87183 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,14 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p --- +## [0.1.13](https://github.com/FortAwesome/react-fontawesome/releases/tag/0.1.13) - 2020-11-23 + +### Fixed + +- Update forwardRef Typescript definition #396 + +--- + ## [0.1.12](https://github.com/FortAwesome/react-fontawesome/releases/tag/0.1.12) - 2020-10-26 ### Fixed diff --git a/README.md b/README.md index 09422056..5dc8087b 100644 --- a/README.md +++ b/README.md @@ -678,18 +678,19 @@ The following contributors have either helped to start this project, have contri code, are actively maintaining it (including documentation), or in other ways being awesome contributors to this project. **We'd like to take a moment to recognize them.** -| | Name | GitHub | -| :--------------------------------------------------------: | -------------- | -------------------------------------------------- | -| | Nate Radebaugh | [@NateRadebaugh](https://github.com/NateRadebaugh) | -| | Kirk Ross | [@kirkbross](https://github.com/kirkbross) | -| | Prateek Goel | [@prateekgoel](https://github.com/prateekgoel) | -| | Naor Torgeman | [@naortor](https://github.com/naortor) | -| | Matthew Hand | [@mmhand123](https://github.com/mmhand123) | -| | calvinf | [@calvinf](https://github.com/calvinf) | -| | Bill Parrott | [@chimericdream](https://github.com/chimericdream) | -| | Mike Lynch | [@baelec](https://github.com/baelec) | -| | Lukáš Rod | [@rodlukas](https://github.com/rodlukas) | -| | Proudust | [@proudust](https://github.com/proudust) | +| | Name | GitHub | +| :---------------------------------------------------------: | -------------- | ---------------------------------------------------- | +| | Nate Radebaugh | [@NateRadebaugh](https://github.com/NateRadebaugh) | +| | Kirk Ross | [@kirkbross](https://github.com/kirkbross) | +| | Prateek Goel | [@prateekgoel](https://github.com/prateekgoel) | +| | Naor Torgeman | [@naortor](https://github.com/naortor) | +| | Matthew Hand | [@mmhand123](https://github.com/mmhand123) | +| | calvinf | [@calvinf](https://github.com/calvinf) | +| | Bill Parrott | [@chimericdream](https://github.com/chimericdream) | +| | Mike Lynch | [@baelec](https://github.com/baelec) | +| | Lukáš Rod | [@rodlukas](https://github.com/rodlukas) | +| | Proudust | [@proudust](https://github.com/proudust) | +| | Tiago Sousa | [@TiagoPortfolio](https://github.com/TiagoPortfolio) | If we've missed someone (which is quite likely) submit a Pull Request to us and we'll get it resolved. diff --git a/package.json b/package.json index ffeca43a..ff0c8aeb 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@fortawesome/react-fontawesome", "description": "Official React component for Font Awesome 5", - "version": "0.1.12", + "version": "0.1.13", "main": "index.js", "module": "index.es.js", "jsnext:main": "index.es.js", @@ -24,7 +24,8 @@ "Bill Parrott ", "Mike Lynch ", "Lukáš Rod ", - "Proudust " + "Proudust ", + "Tiago Sousa " ], "license": "MIT", "scripts": {