KeithHenry / chromeExtensionAsync

Promise wrapper for the Chrome extension API so that it can be used with async/await rather than callbacks
MIT License
229 stars 32 forks source link

Please can you bump the version. #14

Closed bigandy closed 5 years ago

bigandy commented 5 years ago

You made a commit that fixes my issue. Please can you release a bumped version so that I can use npm to install. Thanks!

hereismass commented 5 years ago

+1 Currently using github repo with your last commit as dependency in order to fix the same issue. Can only agree for a bumped version :D

KeithHenry commented 5 years ago

Sorry for the delay. Now 3.3.1 on npm: https://www.npmjs.com/package/chrome-extension-async

bigandy commented 5 years ago

@KeithHenry Thanks!