Skip to content

Commit fecf33d

Browse files
committed
0.2.0
1 parent bb45f8c commit fecf33d

File tree

5 files changed

+18
-5
lines changed

5 files changed

+18
-5
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88

99

10+
11+
## [0.2.0] - 2025-03-06
12+
13+
### Changes
14+
15+
- Fix ESLint error in main.ts and prepare for v0.1.5 release
16+
- Fine tune settings tab
17+
- Fine tune settings tab
18+
- Handle illegal characters
19+
- Update README.md
20+
- Update README.md
21+
1022
## [0.1.5] - 2025-03-05
1123

1224
### Changes

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "file-title-updater",
33
"name": "File Title Updater",
4-
"version": "0.1.5",
4+
"version": "0.2.0",
55
"minAppVersion": "1.0.0",
66
"description": "Synchronize titles between filename, frontmatter, and first heading in notes.",
77
"author": "wenlzhang",

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "file-title-updater",
3-
"version": "0.1.5",
3+
"version": "0.2.0",
44
"description": "Synchronize titles between filename, frontmatter, and first heading in notes.",
55
"main": "main.js",
66
"scripts": {

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@
44
"0.1.2": "1.0.0",
55
"0.1.3": "1.0.0",
66
"0.1.4": "1.0.0",
7-
"0.1.5": "1.0.0"
7+
"0.1.5": "1.0.0",
8+
"0.2.0": "1.0.0"
89
}

0 commit comments

Comments
 (0)