From c328bd773ad0b6db19b00c0177d9969734549922 Mon Sep 17 00:00:00 2001 From: Yaroslav Admin Date: Tue, 28 May 2019 16:49:09 +0200 Subject: [PATCH] Release 0.4.0 --- CHANGELOG.md | 12 ++++++++++++ README.md | 6 ++++++ package.json | 7 ++++++- src/lib/package.json | 7 ++++++- 4 files changed, 30 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b00af47..27dd0b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index 2beb1e0..16d7a7d 100644 --- a/README.md +++ b/README.md @@ -471,6 +471,12 @@ being awesome contributors to this project. **We'd like to take a moment to reco | | donmckenna | [@donmckenna](https://github.com/donmckenna) | | | Austin Turner | [@paustint](https://github.com/paustint) | | | Maximilian Zellhofer | [@mzellho](https://github.com/mzellho) | +| | elebitzero | [@elebitzero](https://github.com/elebitzero) | +| | mcenkar | [@mcenkar](https://github.com/mcenkar) | +| | Siddharth Ajmera | [@SiddAjmera](https://github.com/SiddAjmera) | +| | Stephanie Purvis | [@stephaniepurvis](https://github.com/stephaniepurvis) | +| | Gasser Loïc | [@loicgasser](https://github.com/loicgasser) | +| | 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. diff --git a/package.json b/package.json index 868e871..72e074a 100644 --- a/package.json +++ b/package.json @@ -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": { @@ -34,6 +34,11 @@ "donmckenna ", "Austin Turner ", "Maximilian Zellhofer ", + "elebitzero <42903164+elebitzero@users.noreply.github.com>", + "Maciej Cenkar ", + "Siddharth Ajmera <5053266+SiddAjmera@users.noreply.github.com>", + "Stephanie Purvis ", + "Gasser Loïc ", "Damien Retzinger " ], "license": "MIT", diff --git a/src/lib/package.json b/src/lib/package.json index 27fb37c..17a83d8 100644 --- a/src/lib/package.json +++ b/src/lib/package.json @@ -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", @@ -19,6 +19,11 @@ "donmckenna ", "Austin Turner ", "Maximilian Zellhofer ", + "elebitzero <42903164+elebitzero@users.noreply.github.com>", + "Maciej Cenkar ", + "Siddharth Ajmera <5053266+SiddAjmera@users.noreply.github.com>", + "Stephanie Purvis ", + "Gasser Loïc ", "Damien Retzinger " ], "license": "MIT",