Skip to content

Commit 8d0b792

Browse files
committed
Release 0.3.0
1 parent 6bf9490 commit 8d0b792

File tree

4 files changed

+15
-6
lines changed

4 files changed

+15
-6
lines changed

CHANGELOG.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,13 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
55

66
---
77

8-
## [0.2.1](https://github.com/FortAwesome/angular-fontawesome/releases/tag/0.2.0) - 2018-10-08
8+
## [0.3.0](https://github.com/FortAwesome/angular-fontawesome/releases/tag/0.3.0) - 2018-10-24
9+
10+
### Added
11+
12+
* Angular 7+ is added as a valid peer dependency.
13+
14+
## [0.2.1](https://github.com/FortAwesome/angular-fontawesome/releases/tag/0.2.1) - 2018-10-08
915

1016
### Fixed
1117

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -435,6 +435,7 @@ being awesome contributors to this project. **We'd like to take a moment to reco
435435
| <img src="https://github.com/DavidePastore.png?size=72" /> | Davide Pastore | [@DavidePastore](https://github.com/DavidePastore) |
436436
| <img src="https://github.com/donmckenna.png?size=72" /> | donmckenna | [@donmckenna](https://github.com/donmckenna) |
437437
| <img src="https://github.com/paustint.png?size=72" /> | Austin Turner | [@paustint](https://github.com/paustint) |
438+
| <img src="https://github.com/mzellho.png?size=72" /> | Maximilian Zellhofer | [@mzellho](https://github.com/mzellho) |
438439

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

package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fortawesome/angular-fontawesome",
3-
"version": "0.2.1",
3+
"version": "0.3.0",
44
"description": "Angular Fontawesome, an Angular library",
55
"private": true,
66
"scripts": {
@@ -32,7 +32,8 @@
3232
"Brian Talbot <[email protected]>",
3333
"Davide Pastore <[email protected]>",
3434
"donmckenna <[email protected]>",
35-
"Austin Turner <[email protected]>"
35+
"Austin Turner <[email protected]>",
36+
"Maximilian Zellhofer <[email protected]>"
3637
],
3738
"license": "MIT",
3839
"bugs": {

src/lib/package.json

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"$schema": "../node_modules/ng-packagr/package.schema.json",
2+
"$schema": "../../node_modules/ng-packagr/package.schema.json",
33
"name": "@fortawesome/angular-fontawesome",
4-
"version": "0.2.1",
4+
"version": "0.3.0",
55
"description": "Angular Fontawesome, an Angular library",
66
"repository": {
77
"type": "git",
@@ -17,7 +17,8 @@
1717
"Brian Talbot <[email protected]>",
1818
"Davide Pastore <[email protected]>",
1919
"donmckenna <[email protected]>",
20-
"Austin Turner <[email protected]>"
20+
"Austin Turner <[email protected]>",
21+
"Maximilian Zellhofer <[email protected]>"
2122
],
2223
"license": "MIT",
2324
"bugs": {

0 commit comments

Comments
 (0)