diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a46575f..f1ad6903 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,20 +4,24 @@ 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.6](https://github.com/FortAwesome/vue-fontawesome/releases/tag/3.0.6) - 2024-01-29 + +### Changed + +- Added missing exports to TS definition in `index.d.ts` + +--- + ## [3.0.5](https://github.com/FortAwesome/vue-fontawesome/releases/tag/3.0.5) - 2023-11-06 ### Changed - Removed .tgz file -### Added - --- ## [3.0.4](https://github.com/FortAwesome/vue-fontawesome/releases/tag/3.0.4) - 2023-11-06 -### Changed - ### Added - Tests for Sharp Family diff --git a/README.md b/README.md index 8d83de7e..854be621 100644 --- a/README.md +++ b/README.md @@ -48,20 +48,21 @@ The following contributors have either helped to start this project, have contri code, are actively maintaining it (including documentation), or in other ways being awesome contributors to this project. **We'd like to take a moment to recognize them.** -| | Name | GitHub | -| :----------------------------------------------------------: | --------------- | ------------------------------------------------------ | -| | SirLamer | [@SirLamer](https://github.com/SirLamer) | -| | Liu Xinyu | [@meteorlxy](https://github.com/meteorlxy) | -| | Xaver Schulz | [@schulz3000](https://github.com/schulz3000) | -| | Yannick Ihmels | [@ihmels](https://github.com/ihmels) | -| | btaens | [@btaens](https://github.com/btaens) | -| | David Driscoll | [@david-driscoll](https://github.com/david-driscoll) | -| | Tyranteon | [@tyranteon](https://github.com/tyranteon) | -| | Romain Failla | [@rigma](https://github.com/rigma) | -| | Vinicius Rangel | [@viniciuslrangel](https://github.com/viniciuslrangel) | -| | Okke Tijhuis | [@otijhuis](https://github.com/otijhuis) | -| | Aaron Parker | [@parkeyparker](https://github.com/parkeyparker) | -| | Brandon Mork | [@brandon-mork](https://github.com/brandon-mork) | +| | Name | GitHub | +| :------------------------------------------------------------: | ----------------- | --------------------------------------------------------- | +| | SirLamer | [@SirLamer](https://github.com/SirLamer) | +| | Liu Xinyu | [@meteorlxy](https://github.com/meteorlxy) | +| | Xaver Schulz | [@schulz3000](https://github.com/schulz3000) | +| | Yannick Ihmels | [@ihmels](https://github.com/ihmels) | +| | btaens | [@btaens](https://github.com/btaens) | +| | David Driscoll | [@david-driscoll](https://github.com/david-driscoll) | +| | Tyranteon | [@tyranteon](https://github.com/tyranteon) | +| | Romain Failla | [@rigma](https://github.com/rigma) | +| | Vinicius Rangel | [@viniciuslrangel](https://github.com/viniciuslrangel) | +| | Okke Tijhuis | [@otijhuis](https://github.com/otijhuis) | +| | Aaron Parker | [@parkeyparker](https://github.com/parkeyparker) | +| | Brandon Mork | [@brandon-mork](https://github.com/brandon-mork) | +| | Michael Cozzolino | [@michaelcozzolino](https://github.com/michaelcozzolino) | If we've missed someone (which is quite likely) submit a Pull Request to us and we'll get it resolved. diff --git a/package.json b/package.json index 0b41e31e..4d4e570d 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.5", + "version": "3.0.6", "main": "index.js", "files": [ "README.md",