Skip to content

Commit

Permalink
3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rpominov committed Oct 25, 2022
1 parent 2de5c31 commit c15d691
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "svgo-loader",
"version": "3.0.1",
"version": "3.0.2",
"description": "svgo loader for webpack",
"main": "index.js",
"scripts": {
Expand Down

4 comments on commit c15d691

@ilimei
Copy link

@ilimei ilimei commented on c15d691 Oct 26, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

@rpominov
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

@ilimei
Copy link

@ilimei ilimei commented on c15d691 Nov 13, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thks

Please sign in to comment.