Skip to content

Commit

Permalink
Release 0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
devoto13 committed Feb 3, 2021
1 parent b53107d commit 84a4b31
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p

---

## [0.8.2](https://github.com/FortAwesome/angular-fontawesome/releases/tag/0.8.2) - 2021-02-03

### Fixed
* Crash when running `ng add` in Angular CLI 11.1 project. ([#291](https://github.com/FortAwesome/angular-fontawesome/issues/291))

## [0.8.1](https://github.com/FortAwesome/angular-fontawesome/releases/tag/0.8.1) - 2020-12-11

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "./node_modules/ng-packagr/package.schema.json",
"name": "@fortawesome/angular-fontawesome",
"version": "0.8.1",
"version": "0.8.2",
"description": "Angular Fontawesome, an Angular library",
"scripts": {
"test": "ng test angular-fontawesome --watch=false --browsers=ChromeCI",
Expand Down
6 changes: 3 additions & 3 deletions projects/schematics/src/ng-add/versions.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export const svgCoreVersion = '^1.2.32';
export const angularFontawesomeVersion = '~0.8.1';
export const iconPackVersion = '^5.15.1';
export const svgCoreVersion = '^1.2.34';
export const angularFontawesomeVersion = '~0.8.2';
export const iconPackVersion = '^5.15.2';

0 comments on commit 84a4b31

Please sign in to comment.