diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b5401a2..dbe2e9c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## [3.0.4](https://github.com/FortAwesome/vue-fontawesome/releases/tag/3.0.4) - 2023-11-06 + +### Changed + +### Added + +- Tests for Sharp Family +- Ability to include a title prop (github issue #[181](https://github.com/FortAwesome/vue-fontawesome/issues/181)) +- Prettier config file + --- ## [3.0.3](https://github.com/FortAwesome/vue-fontawesome/releases/tag/3.0.3) - 2023-01-24 @@ -16,7 +26,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p ### Added -- Missing TypeScript animations added (github issue #[428](https://github.com/FortAwesome/vue-fontawesome/issues/428)) +- Missing TypeScript animations added (github issue #[428](https://github.com/FortAwesome/vue-fontawesome/issues/428)) - Missing TypeScript sizes added (github issue #[415](https://github.com/FortAwesome/vue-fontawesome/issues/415)) --- diff --git a/fortawesome-vue-fontawesome-3.0.3.tgz b/fortawesome-vue-fontawesome-3.0.3.tgz new file mode 100644 index 00000000..f0422c36 Binary files /dev/null and b/fortawesome-vue-fontawesome-3.0.3.tgz differ diff --git a/package.json b/package.json index 800bd186..7b47d7c2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@fortawesome/vue-fontawesome", "description": "Official Vue component for Font Awesome 6", - "version": "3.0.3", + "version": "3.0.4", "main": "index.js", "files": [ "README.md",