-
-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
2.6.0 release to undo 2.5.0 #4
Comments
Yeah, this was indeed a mistake. 2.6.0 released. Thanks Brettz! |
hmm--I'm not seeing it at https://www.npmjs.com/package/eslint-plugin-canonical nor when trying via npm. They seem to usually make updates available very quickly these days, so I wonder if something got tripped up during publishing? |
Sorry about that ... accidentally published eslint-config-canonical v2.6.0 Plugin v2.6.0 published https://www.npmjs.com/package/eslint-plugin-canonical/v/2.6.0 |
Great, thanks! |
@gajus : Although I see you've since moved to a 3.0.0 version, a 2.5.0 version of
eslint-plugin-canonical
was nevertheless released with breaking changes (thenode:
specifiers). This causes all projects targeting^2.0.0
, such aseslint-plugin-jsdoc
to suddenly start breaking.Could you put out a 2.6.0 release which reverts those
node:
changes, as the EOL that is coming at the end of this month is only to drop Node 12, not yet to drop Node 14?Thanks!
The text was updated successfully, but these errors were encountered: