diff --git a/CHANGELOG.md b/CHANGELOG.md index d20b17b..04ca653 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p --- +## [0.2.3](https://github.com/FortAwesome/svelte-fontawesome/releases/tag/0.2.3) - 2024-11-12 + +### Fixed + +- Color and style props can now be set as epected #11 + ## [0.2.2](https://github.com/FortAwesome/svelte-fontawesome/releases/tag/0.2.2) - 2024-02-16 ### Fixed diff --git a/README.md b/README.md index ee11d2d..eedded9 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,7 @@ being awesome contributors to this project. **We'd like to take a moment to reco | Akiomi Kamakura | [@akiomik](https://github.com/akiomik) | | Daniel Senff | [@Dahie](https://github.com/Dahie) | | Konnng Digital | [@konnng-dev](https://github.com/konnng-dev) | +| Martin Blasko | [@MartinBspheroid](https://github.com/MartinBspheroid) | | Font Awesome Team | [@FortAwesome](https://github.com/orgs/FortAwesome/people) | 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 a478abd..33719c6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@fortawesome/svelte-fontawesome", "description": "Svelte component for Font Awesome", - "version": "0.2.2", + "version": "0.2.3", "type": "module", "svelte": "src/index.js", "exports": { @@ -24,7 +24,8 @@ "Sean Timm ", "Akiomi Kamakura ", "Daniel Senff ", - "Konnng Digital " + "Konnng Digital ", + "Martin Blasko " ], "license": "MIT", "scripts": {