From 7b4a9d22c83e424c45ae36e9219ad3c9e9659431 Mon Sep 17 00:00:00 2001 From: jason Date: Tue, 21 May 2024 16:26:07 -0500 Subject: [PATCH] Release 3.0.8 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dd3e5fea..1fe0feda 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ 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.8](https://github.com/FortAwesome/vue-fontawesome/releases/tag/3.0.8) - 2024-05-21 + +### Changed + +- Updated `package-lock.json` to help fix faililng tests + +--- + ## [3.0.7](https://github.com/FortAwesome/vue-fontawesome/releases/tag/3.0.7) - 2024-05-21 ### Changed diff --git a/package.json b/package.json index ae3ba7dc..4c2a0c63 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.7", + "version": "3.0.8", "main": "index.js", "files": [ "README.md",