Skip to content

Commit 85edd6d

Browse files
jamiefdhurstgithub-actions[bot]
authored andcommitted
[skip ci] Update version to v0.2.4
1 parent 5c53440 commit 85edd6d

File tree

4 files changed

+16
-3
lines changed

4 files changed

+16
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file.
55
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

8+
## [0.2.4] - 2026-01-04
9+
10+
### Fixed
11+
12+
- fix: small fix for name/path comparison for subfolders (8ccf884)
13+
- (5c53440)
14+
15+
### Other
16+
17+
- chore: release-notes script needs to run CRLF for markdown inputs (7def97b)
18+
819
## [0.2.3] - 2026-01-04
920

1021
### Fixed
@@ -15,6 +26,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1526
### Other
1627

1728
- chore: update build script to support better notes script (f583ea9)
29+
- [skip ci] Update version to v0.2.3 (f58e744)
1830

1931
## [0.2.2] - 2026-01-04
2032

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "inbox-organiser",
33
"name": "Inbox Organiser",
4-
"version": "0.2.3",
4+
"version": "0.2.4",
55
"minAppVersion": "1.6.6",
66
"description": "Capture any new notes into an inbox and periodically prompt to organise these into other folders within the vault.",
77
"author": "Jamie Hurst",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obsidian-inbox-organiser",
3-
"version": "0.2.3",
3+
"version": "0.2.4",
44
"description": "Capture any new notes into an inbox and periodically prompt to organise these into other folders within the vault.",
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
"0.2.0": "1.6.6",
1010
"0.2.1": "1.6.6",
1111
"0.2.2": "1.6.6",
12-
"0.2.3": "1.6.6"
12+
"0.2.3": "1.6.6",
13+
"0.2.4": "1.6.6"
1314
}

0 commit comments

Comments
 (0)