Skip to content

Commit 3849f73

Browse files
committed
0.2.1
1 parent 980beef commit 3849f73

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
@@ -8,6 +8,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88

99

1010

11+
12+
## [0.2.1] - 2025-03-12
13+
14+
### Changes
15+
16+
- Fix frontmatter for empty file
17+
- Update yaml handling
18+
- Update frontmatter method
19+
- Fine-tune file updating method
20+
- Update heading sync method
21+
- Use conditional commands
22+
1123
## [0.2.0] - 2025-03-06
1224

1325
### 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.2.0",
4+
"version": "0.2.1",
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.2.0",
3+
"version": "0.2.1",
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
@@ -5,5 +5,6 @@
55
"0.1.3": "1.0.0",
66
"0.1.4": "1.0.0",
77
"0.1.5": "1.0.0",
8-
"0.2.0": "1.0.0"
8+
"0.2.0": "1.0.0",
9+
"0.2.1": "1.0.0"
910
}

0 commit comments

Comments
 (0)