Skip to content

Commit

Permalink
Release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
devoto13 committed Oct 23, 2018
1 parent 6bf9490 commit 8d0b792
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 6 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,13 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p

---

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

### Added

* Angular 7+ is added as a valid peer dependency.

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

### Fixed

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -435,6 +435,7 @@ being awesome contributors to this project. **We'd like to take a moment to reco
| <img src="https://github.com/DavidePastore.png?size=72" /> | Davide Pastore | [@DavidePastore](https://github.com/DavidePastore) |
| <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) |

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

Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fortawesome/angular-fontawesome",
"version": "0.2.1",
"version": "0.3.0",
"description": "Angular Fontawesome, an Angular library",
"private": true,
"scripts": {
Expand Down Expand Up @@ -32,7 +32,8 @@
"Brian Talbot <hi.talbs@gmail.com>",
"Davide Pastore <pasdavide@gmail.com>",
"donmckenna <don@mothhead.com>",
"Austin Turner <paustint@gmail.com>"
"Austin Turner <paustint@gmail.com>",
"Maximilian Zellhofer <max.zellhofer@gmail.com>"
],
"license": "MIT",
"bugs": {
Expand Down
7 changes: 4 additions & 3 deletions 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",
"$schema": "../../node_modules/ng-packagr/package.schema.json",
"name": "@fortawesome/angular-fontawesome",
"version": "0.2.1",
"version": "0.3.0",
"description": "Angular Fontawesome, an Angular library",
"repository": {
"type": "git",
Expand All @@ -17,7 +17,8 @@
"Brian Talbot <hi.talbs@gmail.com>",
"Davide Pastore <pasdavide@gmail.com>",
"donmckenna <don@mothhead.com>",
"Austin Turner <paustint@gmail.com>"
"Austin Turner <paustint@gmail.com>",
"Maximilian Zellhofer <max.zellhofer@gmail.com>"
],
"license": "MIT",
"bugs": {
Expand Down

0 comments on commit 8d0b792

Please sign in to comment.