Skip to content

Commit

Permalink
Release 0.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
devoto13 committed Jun 16, 2022
1 parent 05d1264 commit 5581dee
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p

---

## [0.11.1](https://github.com/FortAwesome/angular-fontawesome/releases/tag/0.11.1) - 2022-06-16

### Fixed

* Added a missing peer dependency on `@angular/core`.

## [0.11.0](https://github.com/FortAwesome/angular-fontawesome/releases/tag/0.11.0) - 2022-06-03

### Added
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fortawesome/angular-fontawesome",
"version": "0.11.0",
"version": "0.11.1",
"description": "Angular Fontawesome, an Angular library",
"scripts": {
"test": "ng test angular-fontawesome --watch=false --browsers=ChromeCI",
Expand Down
2 changes: 1 addition & 1 deletion projects/schematics/src/ng-add/versions.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const angularFontawesomeVersion = '~0.11.0';
export const angularFontawesomeVersion = '~0.11.1';
export const iconPackVersion = '^6.1.1';

export const v5 = {
Expand Down

0 comments on commit 5581dee

Please sign in to comment.