Skip to content

Commit

Permalink
6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andy128k committed Nov 21, 2022
1 parent e917205 commit 52da381
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

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.

### [6.0.0](https://github.com/jantimon/favicons-webpack-plugin/compare/v6.0.0-alpha.2...v6.0.0) (2022-11-21)

* update dependencies to their latest versions ([#342](https://github.com/jantimon/favicons-webpack-plugin/pull/342))

### [6.0.0-alpha.2](https://github.com/jantimon/favicons-webpack-plugin/compare/v6.0.0-alpha.1...v6.0.0-alpha.2) (2022-10-26)

* support string array in `options.logo` ([#332](https://github.com/jantimon/favicons-webpack-plugin/pull/332))
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": "favicons-webpack-plugin",
"version": "6.0.0-alpha.2",
"version": "6.0.0",
"description": "Let webpack generate all your favicons and icons for you",
"main": "src/index.js",
"files": [
Expand Down

0 comments on commit 52da381

Please sign in to comment.