Skip to content

Commit 3054614

Browse files
committed
0.1.5
1 parent 0364943 commit 3054614

File tree

5 files changed

+14
-5
lines changed

5 files changed

+14
-5
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88

9+
10+
## [0.1.5] - 2025-03-05
11+
12+
### Changes
13+
14+
- Update description
15+
- Update README.md
16+
917
## [0.1.4] - 2025-03-05
1018

1119
### 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.4",
4+
"version": "0.1.5",
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.4",
3+
"version": "0.1.5",
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
@@ -3,5 +3,6 @@
33
"0.1.1": "1.0.0",
44
"0.1.2": "1.0.0",
55
"0.1.3": "1.0.0",
6-
"0.1.4": "1.0.0"
6+
"0.1.4": "1.0.0",
7+
"0.1.5": "1.0.0"
78
}

0 commit comments

Comments
 (0)