Skip to content

Commit

Permalink
Update readme, changelog, bump package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
omacranger committed Mar 29, 2023
1 parent 87747fb commit 3c01ccc
Show file tree
Hide file tree
Showing 4 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 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [4.4.0](https://github.com/omacranger/fontawesome-subset/compare/4.3.1...4.4.0)

- Support FontAwesome 6.4.0+, including the `sharp-light` and `sharp-regular` styles
- Bump dependencies & dev dependencies

## [4.3.1](https://github.com/omacranger/fontawesome-subset/compare/4.3.0...4.3.1)

- Update error / debug message when requested package cannot be resolved. Provide typical resolution if attempting to use pro features without specifying pro package in options.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ fontawesomeSubset(
);
```

You can use any of the weights / sets provided by FontAwesome Pro including `solid`, `regular`, `light`, `brands`, `duotone`, or `sharp-solid`. You can mix and match and provide as many glyphs as you plan on using to trim it down.
You can use any of the weights / sets provided by FontAwesome Pro including `solid`, `regular`, `light`, `brands`, `duotone`, `sharp-light`, `sharp-regular`, or `sharp-solid`. You can mix and match and provide as many glyphs as you plan on using to trim it down.

The above example would output a directory with the following structure:

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fontawesome-subset",
"version": "4.3.1",
"version": "4.4.0",
"description": "Utility to create subsets for FontAwesome and FontAwesome Pro.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 3c01ccc

Please sign in to comment.