Skip to content

Commit

Permalink
chore(release): v1.0.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.0.1](v1.0.0...v1.0.1) (2023-09-24)

### Bug Fixes

* **strings:** fixed grammar issues ([2928ed6](2928ed6))
  • Loading branch information
semantic-release-bot committed Sep 24, 2023
1 parent 2928ed6 commit a01ecde
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.0.1](https://github.com/iOSonntag/obsidian-plugin-treefocus/compare/v1.0.0...v1.0.1) (2023-09-24)


### Bug Fixes

* **strings:** fixed grammar issues ([2928ed6](https://github.com/iOSonntag/obsidian-plugin-treefocus/commit/2928ed68ae2a06d545f5e20cce9a4048863cecff))

# [0.4.0](https://github.com/iOSonntag/obsidian-plugin-treefocus/compare/v0.3.4...v0.4.0) (2023-09-24)


Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "treefocus",
"name": "TreeFocus",
"version": "0.4.0",
"version": "1.0.1",
"minAppVersion": "1.2.0",
"description": "Highlight, dim & style your files & folders in the file explorer (navigation) based on predefined or custom rules.",
"author": "iOSonntag",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obsidian-treefocus",
"version": "0.4.0",
"version": "1.0.1",
"description": "Obsidian plugin: Highlight, dim & style your files & folders in the file explorer (navigation) based on predefined or custom rules.",
"main": "main.js",
"scripts": {
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
"0.9.3": "1.2.0",
"0.9.4": "1.2.0",
"0.9.5": "1.2.0",
"0.4.0": "1.2.0"
"0.4.0": "1.2.0",
"1.0.1": "1.2.0"
}

0 comments on commit a01ecde

Please sign in to comment.