Skip to content

Commit

Permalink
Release 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
devoto13 committed May 28, 2019
1 parent d51c7b4 commit c328bd7
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p

---

## [0.4.0](https://github.com/FortAwesome/angular-fontawesome/releases/tag/0.4.0) - 2019-03-28

### Added

* Angular 8.x is added as a valid peer dependency.
* Minor documentation updates and fixes.
* LICENSE.md file to the repository.

### Removed

* Angular 6.x and Angular 7.x are no longer supported. If you are using these versions, please, stick with version 0.3.0.

## [0.3.0](https://github.com/FortAwesome/angular-fontawesome/releases/tag/0.3.0) - 2018-10-24

### Added
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -471,6 +471,12 @@ being awesome contributors to this project. **We'd like to take a moment to reco
| <img src="https://github.com/donmckenna.png?size=72" /> | donmckenna | [@donmckenna](https://github.com/donmckenna) |
| <img src="https://github.com/paustint.png?size=72" /> | Austin Turner | [@paustint](https://github.com/paustint) |
| <img src="https://github.com/mzellho.png?size=72" /> | Maximilian Zellhofer | [@mzellho](https://github.com/mzellho) |
| <img src="https://github.com/elebitzero.png?size=72" width="72" /> | elebitzero | [@elebitzero](https://github.com/elebitzero) |
| <img src="https://github.com/mcenkar.png?size=72" width="72" /> | mcenkar | [@mcenkar](https://github.com/mcenkar) |
| <img src="https://github.com/SiddAjmera.png?size=72" /> | Siddharth Ajmera | [@SiddAjmera](https://github.com/SiddAjmera) |
| <img src="https://github.com/stephaniepurvis.png?size=72" /> | Stephanie Purvis | [@stephaniepurvis](https://github.com/stephaniepurvis) |
| <img src="https://github.com/loicgasser.png?size=72" /> | Gasser Loïc | [@loicgasser](https://github.com/loicgasser) |
| <img src="https://github.com/damienwebdev.png?size=72" /> | Damien Retzinger | [@damienwebdev](https://github.com/damienwebdev) |

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

Expand Down
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fortawesome/angular-fontawesome",
"version": "0.3.0",
"version": "0.4.0",
"description": "Angular Fontawesome, an Angular library",
"private": true,
"scripts": {
Expand Down Expand Up @@ -34,6 +34,11 @@
"donmckenna <[email protected]>",
"Austin Turner <[email protected]>",
"Maximilian Zellhofer <[email protected]>",
"elebitzero <[email protected]>",
"Maciej Cenkar <[email protected]>",
"Siddharth Ajmera <[email protected]>",
"Stephanie Purvis <[email protected]>",
"Gasser Loïc <[email protected]>",
"Damien Retzinger <[email protected]>"
],
"license": "MIT",
Expand Down
7 changes: 6 additions & 1 deletion src/lib/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "../../node_modules/ng-packagr/package.schema.json",
"name": "@fortawesome/angular-fontawesome",
"version": "0.3.0",
"version": "0.4.0",
"description": "Angular Fontawesome, an Angular library",
"repository": {
"type": "git",
Expand All @@ -19,6 +19,11 @@
"donmckenna <[email protected]>",
"Austin Turner <[email protected]>",
"Maximilian Zellhofer <[email protected]>",
"elebitzero <[email protected]>",
"Maciej Cenkar <[email protected]>",
"Siddharth Ajmera <[email protected]>",
"Stephanie Purvis <[email protected]>",
"Gasser Loïc <[email protected]>",
"Damien Retzinger <[email protected]>"
],
"license": "MIT",
Expand Down

0 comments on commit c328bd7

Please sign in to comment.