New tag release
mikemike opened this issue · 4 comments
mikemike commented
Can you please issue a new release? There are a number of fixes in the master
branch not in the latest published branch (0.2.0). Notable one for me is the fix for multiple iframes being fired (here).
I got around this by re-adding the repo directly instead of via an npm package. In other words:
npm i paulirish/lite-youtube-embed#master --save
or:
"dependencies": {
...
"lite-youtube-embed": "github:paulirish/lite-youtube-embed#master"
}
It would be much better if npm i lite-youtube-embed
had those fixes though.
Happy to do the release if you're able to give relevant access to repo.
Thanks!
comzeradd commented
Comparing master
with latest tag, looks like a lot of fixes have happened in the meantime.
hamkiti commented
@paulirish
I also sympathize with this issue.
Creating a new tag clears this issue!
Best regards.
shrpne commented
@paulirish friendly reminder to update release
paulirish commented