Skip to content

Commit

Permalink
Release 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
devoto13 committed May 4, 2023
1 parent 8820f41 commit 83fbc1e
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p

---

## [0.13.0](https://github.com/FortAwesome/angular-fontawesome/releases/tag/0.13.0) - 2023-05-04

### Added

* Support for Angular 16.

### Removed

* Angular 15.x is no longer supported. If you are using this version, please, stick with version 0.12.1.

## [0.12.1](https://github.com/FortAwesome/angular-fontawesome/releases/tag/0.12.1) - 2023-01-09

### Added
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ $ npm install @fortawesome/angular-fontawesome@<version>
|0.10.x|13.x|5.x && 6.x|supported|
|0.11.x|14.x|5.x && 6.x|supported|
|0.12.x|15.x|5.x && 6.x|supported|
|0.13.x|16.x|5.x && 6.x|supported|

## Usage
To get up and running using Font Awesome with Angular follow below steps:
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.1",
"version": "0.13.0",
"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.1';
export const iconPackVersion = '^6.2.1';
export const angularFontawesomeVersion = '~0.13.0';
export const iconPackVersion = '^6.4.0';

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

0 comments on commit 83fbc1e

Please sign in to comment.