Skip to content

Commit 5581dee

Browse files
committed
Release 0.11.1
1 parent 05d1264 commit 5581dee

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

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

66
---
77

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+
814
## [0.11.0](https://github.com/FortAwesome/angular-fontawesome/releases/tag/0.11.0) - 2022-06-03
915

1016
### Added

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fortawesome/angular-fontawesome",
3-
"version": "0.11.0",
3+
"version": "0.11.1",
44
"description": "Angular Fontawesome, an Angular library",
55
"scripts": {
66
"test": "ng test angular-fontawesome --watch=false --browsers=ChromeCI",

projects/schematics/src/ng-add/versions.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export const angularFontawesomeVersion = '~0.11.0';
1+
export const angularFontawesomeVersion = '~0.11.1';
22
export const iconPackVersion = '^6.1.1';
33

44
export const v5 = {

0 commit comments

Comments
 (0)