Skip to content

Commit 01006e0

Browse files
committed
chore: bump version to 1.0.2
1 parent cc3b880 commit 01006e0

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

CHANGELOGS.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
[1.0.2]
2+
### Bug Fix
3+
Editor mode appears in reading mode.
4+
15
[1.0.1]
26
### Adjustment
37
Primary selection will always be displayed when search panel was opened.
@@ -11,7 +15,7 @@ Text being highlighted even there is no match found.
1115
For more informations, see README.
1216
---
1317

14-
// A changelog must be opened by its version wrapped by square brackets,
18+
// A changelog must be opened by a version tag wrapped by square brackets,
1519
// and closed by three consecutive dashes.
1620

1721
// Latest changelog must be located in the beginning of the document.

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "Extended Find & Replace",
44
"author": "Kotaindah55",
55
"description": "Overhaul editor find-and-replace functionality.",
6-
"version": "1.0.1",
6+
"version": "1.0.2",
77
"minAppVersion": "1.6.2",
88
"isDesktopOnly": false
99
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "extended-find-replace",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"main": "main.js",
55
"description": "Overhaul editor find-and-replace functionality.",
66
"scripts": {

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
22
"1.0.0": "1.6.2",
3-
"1.0.1": "1.6.2"
3+
"1.0.1": "1.6.2",
4+
"1.0.2": "1.6.2"
45
}

0 commit comments

Comments
 (0)