Skip to content

Commit 5a25529

Browse files
committed
Icon 1.1.2
1 parent f7f7c30 commit 5a25529

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
<a name="1.1.2"></a>
2+
# [1.1.2](https://github.com/flextype-plugins/icon/compare/v1.1.1...v1.1.2) (2020-08-07)
3+
4+
### Features
5+
6+
* **core** using new @fortawesome/fontawesome-free version 5.14.0
7+
18
<a name="1.1.1"></a>
29
# [1.1.1](https://github.com/flextype-plugins/icon/compare/v1.1.0...v1.1.1) (2020-08-05)
310

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Icon",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"description": "Icon plugin to present Font Awesome icons set for Flextype.",
55
"homepage": "https://flextype.org",
66
"author": "Sergey Romanenko",
@@ -17,7 +17,7 @@
1717
"url": "https://github.com/flextype-plugins/icon/issues"
1818
},
1919
"dependencies": {
20-
"@fortawesome/fontawesome-free": "5.12.1",
20+
"@fortawesome/fontawesome-free": "5.14.0",
2121
"gulp": "4.0.2"
2222
}
2323
}

plugin.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Icon
2-
version: 1.1.1
2+
version: 1.1.2
33
description: Icon plugin to present Font Awesome icons set for Flextype.
44
icon: fab fa-font-awesome-flag
55
author:

0 commit comments

Comments
 (0)