jdecked / twemoji

Emoji for everyone.
https://jdecked.github.io/twemoji/v/latest/preview-svg.html
MIT License
932 stars 59 forks source link

15.0.3 Images are not available via CDN #68

Closed heladrion closed 9 months ago

heladrion commented 9 months ago

Hello,

thank you for maintaining this package!

I'm using this script https://cdn.jsdelivr.net/npm/@twemoji/api@latest/dist/twemoji.min.js

which referes at the top internally to this url base:"https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/"

Unfortunately at this URL are no images. Example: https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/2764.svg

If I change the URL to use 15.0.2 https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.2/assets/svg/2764.svg the image is there.

Yoizen commented 9 months ago

Same problem

Nerixyz commented 9 months ago

The v15.0.3 tag is missing.

jdecked commented 9 months ago

Whoops, didn't realize delaying writing release notes would break anything. TIL. v15.0.3 tag is published; actual release notes will come when I have time.