Publish new version of ani-cursor

This commit is contained in:
Jordan Eldredge 2021-01-15 19:07:05 -08:00
parent f4d7c6054d
commit 9442e86494
2 changed files with 12 additions and 1 deletions

View file

@ -0,0 +1,11 @@
# Changelog for `ani-cursor`
## 0.0.5
### Bug Fixes
* Allow the parser to find frames inside the info chunk. I believe cursors made using http://take1.de put the frame info there.
## 0.0.4
Initial Published Release

View file

@ -1,6 +1,6 @@
{
"name": "ani-cursor",
"version": "0.0.4",
"version": "0.0.5",
"description": "Render .ani cursors as CSS animations in the browser",
"main": "dist/index.js",
"types": "dist/index.d.ts",