Skip to content

Commit 2c46f09

Browse files
committed
Release 3.0.4
1 parent a2c11d6 commit 2c46f09

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).
66

7+
## [3.0.4](https://github.com/FortAwesome/vue-fontawesome/releases/tag/3.0.4) - 2023-11-06
8+
9+
### Changed
10+
11+
### Added
12+
13+
- Tests for Sharp Family
14+
- Ability to include a title prop (github issue #[181](https://github.com/FortAwesome/vue-fontawesome/issues/181))
15+
- Prettier config file
16+
717
---
818

919
## [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
1626

1727
### Added
1828

19-
- Missing TypeScript animations added (github issue #[428](https://github.com/FortAwesome/vue-fontawesome/issues/428))
29+
- Missing TypeScript animations added (github issue #[428](https://github.com/FortAwesome/vue-fontawesome/issues/428))
2030
- Missing TypeScript sizes added (github issue #[415](https://github.com/FortAwesome/vue-fontawesome/issues/415))
2131

2232
---

fortawesome-vue-fontawesome-3.0.3.tgz

14 KB
Binary file not shown.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@fortawesome/vue-fontawesome",
33
"description": "Official Vue component for Font Awesome 6",
4-
"version": "3.0.3",
4+
"version": "3.0.4",
55
"main": "index.js",
66
"files": [
77
"README.md",

0 commit comments

Comments
 (0)