Skip to content

Commit c1daf29

Browse files
jamiefdhurstgithub-actions[bot]
authored andcommitted
[skip ci] Update version to v0.2.5
1 parent 779a400 commit c1daf29

File tree

4 files changed

+17
-3
lines changed

4 files changed

+17
-3
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@ 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.5] - 2026-01-06
9+
10+
### Fixed
11+
12+
- fix: log format should be JH:IO (4136b3e)
13+
- (779a400)
14+
15+
### Other
16+
17+
- chore(deps-dev): bump the typescript-eslint group with 2 updates (c31a36e)
18+
- (84f7b04)
19+
820
## [0.2.4] - 2026-01-04
921

1022
### Fixed
@@ -15,6 +27,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1527
### Other
1628

1729
- chore: release-notes script needs to run CRLF for markdown inputs (7def97b)
30+
- [skip ci] Update version to v0.2.4 (85edd6d)
1831

1932
## [0.2.3] - 2026-01-04
2033

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.4",
4+
"version": "0.2.5",
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.4",
3+
"version": "0.2.5",
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
@@ -10,5 +10,6 @@
1010
"0.2.1": "1.6.6",
1111
"0.2.2": "1.6.6",
1212
"0.2.3": "1.6.6",
13-
"0.2.4": "1.6.6"
13+
"0.2.4": "1.6.6",
14+
"0.2.5": "1.6.6"
1415
}

0 commit comments

Comments
 (0)