Skip to content

Commit

Permalink
Release 0.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
devoto13 committed Jan 9, 2023
1 parent a63db92 commit f91fa20
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 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.12.1](https://github.com/FortAwesome/angular-fontawesome/releases/tag/0.12.1) - 2023-01-09

### Added

* Support for all animations from Font Awesome 6. See [Animating icons](https://fontawesome.com/docs/web/style/animate).

## [0.12.0](https://github.com/FortAwesome/angular-fontawesome/releases/tag/0.12.0) - 2022-11-18

Make sure to check [upgrade instructions](https://github.com/FortAwesome/angular-fontawesome/blob/master/UPGRADING.md).
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.12.0",
"version": "0.12.1",
"description": "Angular Fontawesome, an Angular library",
"scripts": {
"test": "ng test angular-fontawesome --watch=false --browsers=ChromeCI",
Expand Down
4 changes: 2 additions & 2 deletions projects/schematics/src/ng-add/versions.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export const angularFontawesomeVersion = '~0.12.0';
export const iconPackVersion = '^6.2.0';
export const angularFontawesomeVersion = '~0.12.1';
export const iconPackVersion = '^6.2.1';

export const v5 = {
svgCoreVersion: '~1.2.36',
Expand Down

0 comments on commit f91fa20

Please sign in to comment.