tmijs / tmi.js

💬 Javascript library for the Twitch Messaging Interface. (Twitch.tv)
https://tmijs.com
MIT License
1.55k stars 214 forks source link

v.1.6.0 Release missing on NPM #371

Closed Kanaye closed 4 years ago

Kanaye commented 4 years ago

Hi! Just noticed that there is a 1.6.0 Release on Github. Will this release be published on npm or is there some reason it hasn't been released over there ?

Thanks.

ZpeedTube commented 4 years ago

Would also like to know

justweb1 commented 4 years ago

If you look at the diff for v1.6.0 the only file changed was the package-lock and the only change there was the version number. That is probably why it was not released to NPM.

Kanaye commented 4 years ago

If that would be true, that would leave the question open: Why make a release without changes, but it isn't. I guess you only viewed that changes the release commit for 1.6.0 made. But you need to look at all 11 commits between release 1.5.0 and 1.6.0. And that changed a lot more than just a version number: https://github.com/tmijs/tmi.js/compare/v1.5.0...v1.6.0

AlcaDesign commented 4 years ago

I didn't publish to npm because there were more changes I needed to make and more event support to add. I haven't put in the effort to do that with the countless other projects I'm working on. I'm not entirely sure how to proceed on tmi.js@1.x at the moment. A 1.6.x publish will come sooner than later. (I'll probably be skipping the 1.6.0 publish)

Kanaye commented 4 years ago

Okay that's fair. Thanks for your answer and your work on tmi.js