Skip to content

Commit 9da8646

Browse files
committed
chore: bump version to 1.3.1
1 parent 16dcb4d commit 9da8646

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

CHANGELOGS.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
[1.3.1]
2+
### Bug fix
3+
Reduce jittering effect while the cursor is moving continuously.
4+
---
15
[1.3.0]
26
### Dependecy
37
Use [`monkey-around`][monkey-around] to patch the cursor.

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "animated-cursor",
33
"name": "Animated Cursor",
4-
"version": "1.3.0",
4+
"version": "1.3.1",
55
"minAppVersion": "1.7.4",
66
"description": "Simple yet smooth animated cursor.",
77
"author": "Kotaindah55 (Sheva Ihza)",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "animated-cursor",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"description": "Simple yet smooth animated cursor.",
55
"main": "main.js",
66
"scripts": {

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@
77
"1.0.5": "1.7.4",
88
"1.1.0": "1.7.4",
99
"1.2.0": "1.7.4",
10-
"1.3.0": "1.7.4"
10+
"1.3.0": "1.7.4",
11+
"1.3.1": "1.7.4"
1112
}

0 commit comments

Comments
 (0)