Skip to content

Commit f348218

Browse files
committed
chore: bump version to 1.3.3
1 parent de0c978 commit f348218

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

CHANGELOGS.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
[1.3.3]
2+
### Improvement
3+
- Improve codebase and remove some redundants.
4+
- Backward compatibility support up to ECMAScript 2018.
5+
---
16
[1.3.2]
27
### Bug fix
38
Cursor disappears when pointering a table down.

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.2",
4+
"version": "1.3.3",
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.2",
3+
"version": "1.3.3",
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
@@ -9,5 +9,6 @@
99
"1.2.0": "1.7.4",
1010
"1.3.0": "1.7.4",
1111
"1.3.1": "1.7.4",
12-
"1.3.2": "1.7.4"
12+
"1.3.2": "1.7.4",
13+
"1.3.3": "1.7.4"
1314
}

0 commit comments

Comments
 (0)