Skip to content

Commit 16f0967

Browse files
committed
Release 0.10.1
1 parent 7c66246 commit 16f0967

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

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

66
---
77

8+
## [0.10.1](https://github.com/FortAwesome/angular-fontawesome/releases/tag/0.10.1) - 2021-11-13
9+
10+
### Added
11+
12+
* Official support for Font Awesome 6 Beta.
13+
* Support for icon aliases introduced in Font Awesome 6 Beta.
14+
815
## [0.10.0](https://github.com/FortAwesome/angular-fontawesome/releases/tag/0.10.0) - 2021-11-03
916

1017
Make sure to check [upgrade instructions](https://github.com/FortAwesome/angular-fontawesome/blob/master/UPGRADING.md).

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.10.0",
4+
"version": "0.10.1",
55
"description": "Angular Fontawesome, an Angular library",
66
"scripts": {
77
"test": "ng test angular-fontawesome --watch=false --browsers=ChromeCI",
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
export const svgCoreVersion = '~1.2.36';
2-
export const angularFontawesomeVersion = '~0.10.0';
2+
export const angularFontawesomeVersion = '~0.10.1';
33
export const iconPackVersion = '^5.15.4';

0 commit comments

Comments
 (0)