Asana/node-asana

Released version does not match/follow master branch

Closed this issue · 7 comments

I don't get why this: https://github.com/Asana/node-asana/blob/v0.12.0/lib/client.js
Is not the same as this: https://github.com/Asana/node-asana/tree/master/lib/client.js

specially after seeing this commit IN master 2 days ago: 4124504

When I do npm install, I have a lot of missing features.

Also, you have a typo in the README.md saying userAccessToken() when it should say useAccessToken()

That is definitely strange, perhaps something broke in our deploy process. We'll take a look.

@slobak Thanks! Let me know please when ready. Also npm package does not match FYI

@noonhub you deployed recently for the new user mgmt features, and it looks a couple of version bumps happened - did anything strange happen during the workflow?

@slobak @noonhub any update on this?

Thanks!

@slobak I cannot remember why I bumped it twice in a row, that does seem odd but I am also not sure why that would cause master to diverge. I will try looking into this some more and see what might be happening.

@cristiandouce @slobak this should be sorted out now with v0.12.1. I am guessing that something failed with the last deploy. If this comes up again we will try to dig deeper and see what is going wrong in our deploy process.

@noonhub awesome, thanks!