johnagan / clean-webpack-plugin

A webpack plugin to remove your build folder(s) before building
MIT License
1.96k stars 136 forks source link

v4.0.0-alpha.0 is released as `latest` #199

Closed mariuslundgard closed 2 years ago

mariuslundgard commented 3 years ago

Issue description or question

Since v4.0.0-alpha.0 is tagged as latest on npm, there’s a mental burden when updating projects.

yarn outdated will show that the package needs an update, while it’s not desirable to upgrade to an alpha version (in my case at least).

image

grahamb commented 2 years ago

This is still an issue. Why is the alpha version being advertised as @latest?

silkfire commented 2 years ago

@chrisblossom @johnagan Agreed, and is there a release plan for v4.0.0? The last release was more than two years ago.

Agent-Jones commented 2 years ago

Any news on this?

grahamb commented 2 years ago

What are the breaking changes in this release? There's no changelog or release notes.

baywet commented 2 years ago

looking at the diff I think the answer is:

Breaking changes:

Changes