Skip to content
This repository has been archived by the owner on Aug 11, 2021. It is now read-only.

Commit

Permalink
chore(release): 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed May 12, 2018
1 parent 5f1a6aa commit c16ec2c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

<a name="1.0.2"></a>
## [1.0.2](https://github.com/dhardtke/font-awesome-minify-plugin/compare/v1.0.1...v1.0.2) (2018-05-12)


### Bug Fixes

* Add webpack 4 as peer dependency ([5da57f1](https://github.com/dhardtke/font-awesome-minify-plugin/commit/5da57f1))
* Always use a random folder name to avoid clashing between multiple compilations ([e8700be](https://github.com/dhardtke/font-awesome-minify-plugin/commit/e8700be))
* Always use a random folder name to avoid clashing between multiple compilations ([24d0e5d](https://github.com/dhardtke/font-awesome-minify-plugin/commit/24d0e5d))



<a name="1.0.1"></a>
## [1.0.1](https://github.com/dhardtke/font-awesome-minify-plugin/compare/1.0.0...1.0.1) (2017-12-22)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "font-awesome-minify-plugin",
"description": "A Webpack Plugin that reduces the size of FontAwesome to only include icons that are actually used in your application.",
"version": "1.0.1",
"version": "1.0.2",
"main": "index.js",
"repository": {
"type": "git",
Expand Down

0 comments on commit c16ec2c

Please sign in to comment.