Skip to content

Commit b1b837f

Browse files
committed
Release VERSION 3.1.3
1 parent 3e1380c commit b1b837f

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
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.1.3](https://github.com/FortAwesome/vue-fontawesome/releases/tag/3.1.3) - 2026-01-07
8+
9+
### Changed
10+
11+
- ci.yml update for node-versions
12+
- a markdown lint fixup in CONTRIUBUTING.md
13+
- update vitest version to 4.0.16 in `package.json`
14+
15+
---
16+
717
## [3.1.2](https://github.com/FortAwesome/vue-fontawesome/releases/tag/3.1.2) - 2025-09-09
818

919
### Changed

package.json

Lines changed: 1 addition & 1 deletion
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 7",
4-
"version": "3.1.2",
4+
"version": "3.1.3",
55
"main": "index.js",
66
"files": [
77
"README.md",

0 commit comments

Comments
 (0)