Skip to content

Commit fd37739

Browse files
committed
Release 0.9.0
1 parent 8f40f9d commit fd37739

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed

CHANGELOG.md

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

66
---
77

8+
## [0.9.0](https://github.com/FortAwesome/angular-fontawesome/releases/tag/0.9.0) - 2021-05-13
9+
10+
### Added
11+
12+
* Support for Angular 12.
13+
14+
### Removed
15+
16+
* Angular 11.x is no longer supported. If you are using this version, please, stick with version 0.8.2.
17+
818
## [0.8.2](https://github.com/FortAwesome/angular-fontawesome/releases/tag/0.8.2) - 2021-02-03
919

1020
### Fixed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ $ npm install @fortawesome/angular-fontawesome@<version>
4444
|0.6.x|9.x|supported|
4545
|0.7.x|10.x|supported|
4646
|0.8.x|11.x|supported|
47+
|0.9.x|12.x|supported|
4748

4849
## Usage
4950
To get up and running using Font Awesome with Angular follow below steps:

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "./node_modules/ng-packagr/package.schema.json",
33
"name": "@fortawesome/angular-fontawesome",
4-
"version": "0.8.2",
4+
"version": "0.9.0",
55
"description": "Angular Fontawesome, an Angular library",
66
"scripts": {
77
"test": "ng test angular-fontawesome --watch=false --browsers=ChromeCI",

0 commit comments

Comments
 (0)