File tree 3 files changed +8
-2
lines changed
projects/schematics/src/ng-add
3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
5
5
6
6
---
7
7
8
+ ## [ 0.11.1] ( https://github.com/FortAwesome/angular-fontawesome/releases/tag/0.11.1 ) - 2022-06-16
9
+
10
+ ### Fixed
11
+
12
+ * Added a missing peer dependency on ` @angular/core ` .
13
+
8
14
## [ 0.11.0] ( https://github.com/FortAwesome/angular-fontawesome/releases/tag/0.11.0 ) - 2022-06-03
9
15
10
16
### Added
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @fortawesome/angular-fontawesome" ,
3
- "version" : " 0.11.0 " ,
3
+ "version" : " 0.11.1 " ,
4
4
"description" : " Angular Fontawesome, an Angular library" ,
5
5
"scripts" : {
6
6
"test" : " ng test angular-fontawesome --watch=false --browsers=ChromeCI" ,
Original file line number Diff line number Diff line change 1
- export const angularFontawesomeVersion = '~0.11.0 ' ;
1
+ export const angularFontawesomeVersion = '~0.11.1 ' ;
2
2
export const iconPackVersion = '^6.1.1' ;
3
3
4
4
export const v5 = {
You can’t perform that action at this time.
0 commit comments