Skip to content

Commit

Permalink
fix: installation error 'Invalid tag name of favicons package', #52
Browse files Browse the repository at this point in the history
  • Loading branch information
webdiscus committed Nov 13, 2023
1 parent 571e35d commit 2f6edc1
Show file tree
Hide file tree
Showing 11 changed files with 4,709 additions and 3 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# Change log

## 3.0.1 (2023-11-08)
## 3.0.3 (2023-11-13)

- fix: add the missing `plugins` directory to package
- chore: add usage example of the build-in favicons plugin

## 3.0.2 (2023-11-13) DEPRECATED, critical issue is fixed in v3.0.3

- fix: installation error 'Invalid tag name of the favicons package' (introduced in v3.0.0)

## 3.0.1 (2023-11-08) DEPRECATED, critical issue is fixed in v3.0.3

- fix: add the root dir of the module to exports in the package.json
- test: update manual tests for using with the Eta version 3.x
Expand Down
12 changes: 12 additions & 0 deletions examples/favicons/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# FaviconsBundlerPlugin

The usage example of the build-in favicons plugin.

## How to use

```sh
git clone https://github.com/webdiscus/html-bundler-webpack-plugin.git
cd examples/favicons/
npm install
npm start
```
Loading

0 comments on commit 2f6edc1

Please sign in to comment.