From 9442e8649410a536fa6e174b0cd83bbb6a8ed637 Mon Sep 17 00:00:00 2001 From: Jordan Eldredge Date: Fri, 15 Jan 2021 19:07:05 -0800 Subject: [PATCH] Publish new version of ani-cursor --- packages/ani-cursor/CHANGELOG.md | 11 +++++++++++ packages/ani-cursor/package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 packages/ani-cursor/CHANGELOG.md diff --git a/packages/ani-cursor/CHANGELOG.md b/packages/ani-cursor/CHANGELOG.md new file mode 100644 index 00000000..3e4e7a36 --- /dev/null +++ b/packages/ani-cursor/CHANGELOG.md @@ -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 \ No newline at end of file diff --git a/packages/ani-cursor/package.json b/packages/ani-cursor/package.json index 8e9b7352..e4db3e48 100644 --- a/packages/ani-cursor/package.json +++ b/packages/ani-cursor/package.json @@ -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",