Skip to content

Commit

Permalink
Bump pacakge version
Browse files Browse the repository at this point in the history
  • Loading branch information
yoriiis committed May 21, 2024
1 parent 716262d commit 7d5d9d1
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# CHANGELOG

## 6.0.1

### Fixes

- Improve loader errors by @jvoccia ([#28](https://github.com/yoriiis/svg-chunk-webpack-plugin/pull/28))

## 6.0.0

### ⚠️ Breaking changes
Expand Down Expand Up @@ -42,7 +48,7 @@

### Fixes

- Fix compatibility with webpack cache([#8](https://github.com/yoriiis/svg-chunk-webpack-plugin/pull/8))
- Fix compatibility with webpack cache ([#8](https://github.com/yoriiis/svg-chunk-webpack-plugin/pull/8))

## 3.0.0

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": "svg-chunk-webpack-plugin",
"version": "6.0.0",
"version": "6.0.1",
"description": "Generate SVG sprites according to entrypoint dependencies. Each page only imports its own svgs, wrapped as a sprite and optimized by svgo",
"keywords": [
"svg",
Expand Down

0 comments on commit 7d5d9d1

Please sign in to comment.