Skip to content

Commit d0d941b

Browse files
author
github-actions
committed
chore(release): v1.1.3 [skip ci]
1 parent c6ec985 commit d0d941b

4 files changed

Lines changed: 11 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.1.3](https://github.com/iOSonntag/obsidian-plugin-treefocus/compare/v1.1.2...v1.1.3) (2023-12-25)
2+
3+
4+
### Bug Fixes
5+
6+
* disable debug logging ([c6ec985](https://github.com/iOSonntag/obsidian-plugin-treefocus/commit/c6ec985f3a146efed0d928996f3698f3594a17f4))
7+
18
## [1.1.2](https://github.com/iOSonntag/obsidian-plugin-treefocus/compare/v1.1.1...v1.1.2) (2023-10-06)
29

310

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "treefocus",
33
"name": "TreeFocus",
4-
"version": "1.1.2",
4+
"version": "1.1.3",
55
"minAppVersion": "1.2.0",
66
"description": "Dim, highlight & style your files & folders in the vault file explorer (foldable item navigator) based on predefined / custom rules.",
77
"author": "iOSonntag",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obsidian-treefocus",
3-
"version": "1.1.2",
3+
"version": "1.1.3",
44
"description": "Obsidian plugin: Highlight, dim & style your files & folders in the file explorer (navigation) based on predefined or custom rules.",
55
"main": "main.js",
66
"scripts": {

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,6 @@
1111
"1.0.8": "1.2.0",
1212
"1.1.0": "1.2.0",
1313
"1.1.1": "1.2.0",
14-
"1.1.2": "1.2.0"
14+
"1.1.2": "1.2.0",
15+
"1.1.3": "1.2.0"
1516
}

0 commit comments

Comments
 (0)