Skip to content

Commit

Permalink
Release 2.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
robmadole committed Oct 18, 2021
1 parent 4958c2c commit f4b5be8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Expand Up @@ -10,6 +10,13 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p

---

## [2.0.6](https://github.com/FortAwesome/vue-fontawesome/releases/tag/2.0.6) - 2021-10-18

### Fixed
* Include 1.3.0-beta versions in peer dependencies

---

## [2.0.5](https://github.com/FortAwesome/vue-fontawesome/releases/tag/2.0.5) - 2021-10-15

### Added
Expand Down
4 changes: 2 additions & 2 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "@fortawesome/vue-fontawesome",
"description": "Official Vue component for Font Awesome 5",
"version": "2.0.5",
"version": "2.0.6",
"main": "index.js",
"module": "index.es.js",
"jsnext:main": "index.es.js",
Expand Down Expand Up @@ -39,7 +39,7 @@
]
},
"peerDependencies": {
"@fortawesome/fontawesome-svg-core": "~1",
"@fortawesome/fontawesome-svg-core": "~1 || >=1.3.0-beta1",
"vue": "~2"
},
"devDependencies": {
Expand Down

0 comments on commit f4b5be8

Please sign in to comment.