Skip to content

Commit d989185

Browse files
committed
Release 0.2.5
1 parent 5a1fd84 commit d989185

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
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.5](https://github.com/FortAwesome/react-fontawesome/releases/tag/0.2.5) - 20205-08-15
10+
11+
### Fixed
12+
13+
- Invalid TS syntax in `index.d.ts` (#583)
14+
15+
---
16+
917
## [0.2.4](https://github.com/FortAwesome/react-fontawesome/releases/tag/0.2.4) - 2025-08-15
1018

1119
### Changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@fortawesome/react-fontawesome",
33
"description": "Official React component for Font Awesome",
4-
"version": "0.2.4",
4+
"version": "0.2.5",
55
"main": "index.js",
66
"module": "index.es.js",
77
"jsnext:main": "index.es.js",

0 commit comments

Comments
 (0)