Skip to content

Commit

Permalink
Release 3.0.0-4
Browse files Browse the repository at this point in the history
  • Loading branch information
robmadole committed May 23, 2021
1 parent 7e43ea5 commit 5457281
Show file tree
Hide file tree
Showing 8 changed files with 9,698 additions and 5,289 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -9,7 +9,7 @@ jobs:

strategy:
matrix:
node-version: [8.x, 10.x, 12.x]
node-version: [8.x, 10.x, 12.x, 14.x]

steps:
- uses: actions/checkout@v1
Expand Down
2 changes: 1 addition & 1 deletion .tool-versions
@@ -1,2 +1,2 @@
nodejs 10.16.2
nodejs 14.16.1
python 3.7.5
8 changes: 8 additions & 0 deletions CHANGELOG.md
Expand Up @@ -5,6 +5,14 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p

---

## [3.0.0-4](https://github.com/FortAwesome/vue-fontawesome/releases/tag/3.0.0-4) - 2021-05-23

### Fixed

* Fix reactivity #297

---

## [3.0.0-3](https://github.com/FortAwesome/vue-fontawesome/releases/tag/3.0.0-3) - 2020-12-09

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion DEVELOPMENT.md
Expand Up @@ -19,7 +19,7 @@ test | Execute unit tests
1. Update `README.md` and `package.json`; adding any contributors
1. Update the `CHANGELOG.md`
1. `npm publish --tag prerelease`
1. `npm publish --registry --tag prerelease https://npm.fontawesome.com`
1. `npm publish --tag prerelease --registry https://npm.fontawesome.com`
1. `git add .`
1. `git commit -a -m 'Release VERSION'`
1. `git push`
Expand Down
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -846,6 +846,7 @@ being awesome contributors to this project. **We'd like to take a moment to reco
| <img src="https://github.com/tyranteon.png?size=72" /> | Tyranteon | [@tyranteon](https://github.com/tyranteon) |
| <img src="https://github.com/rigma.png?size=72" /> | Romain Failla | [@rigma](https://github.com/rigma) |
| <img src="https://github.com/viniciuslrangel.png?size=72" /> | Vinicius Rangel | [@viniciuslrangel](https://github.com/viniciuslrangel) |
| <img src="https://github.com/otijhuis.png?size=72" /> | Okke Tijhuis | [@otijhuis](https://github.com/otijhuis) |

If we've missed someone (which is quite likely) submit a Pull Request to us and we'll get it resolved.

Expand Down

0 comments on commit 5457281

Please sign in to comment.