Skip to content

Commit c15d691

Browse files
committedOct 25, 2022
3.0.2
1 parent 2de5c31 commit c15d691

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "svgo-loader",
3-
"version": "3.0.1",
3+
"version": "3.0.2",
44
"description": "svgo loader for webpack",
55
"main": "index.js",
66
"scripts": {

4 commit comments

Comments
 (4)

ilimei commented on Oct 26, 2022

@ilimei

migrate webpack 4->webpack5 , why not update the major version?

rpominov commented on Oct 26, 2022

@rpominov
MemberAuthor

Webpack is a dev dependency for us, so changing it is not a breaking change by itself. But if we've lost support of webpack 4 by updating to loader-utils 3, I guess I should have made it a major release.

Is that the case? This is not mentioned in loader-utils' changelog https://github.com/webpack/loader-utils/blob/master/CHANGELOG.md#300-2021-10-20

/cc @caa1211

rpominov commented on Oct 27, 2022

@rpominov
MemberAuthor

I've released version 3.0.3 that has support of Webpack v4 again

ilimei commented on Nov 13, 2022

@ilimei

thks

Please sign in to comment.