Skip to content

Commit da85aae

Browse files
committed
Bump version to 1.0.3
1 parent 9559170 commit da85aae

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
1+
## V1.0.3 (2023/06/10)
2+
* Warn user when using "_" instead of "-" in iconNames by @dzhuang in https://github.com/dzhuang/subset-iconfont/pull/299
3+
14
## V1.0.2 (2022/07/26)
25
* Added Fa4Provider by @dzhuang in https://github.com/dzhuang/subset-iconfont/pull/38
36

47
## V1.0.1 (2022/07/20)
58
* Added cssChoices option by @dzhuang in https://github.com/dzhuang/subset-iconfont/pull/31
69

710
## Before V1.0.1
8-
* Intial Release
11+
* Initial Release
912
* Fixed link for npmjs by @christopherpickering in https://github.com/dzhuang/subset-iconfont/pull/9

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "subset-iconfont",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "Utility to generate subset of webfonts from subsets of multiple iconfont and use FontAwesome style css.",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)