Skip to content

Commit c36839a

Browse files
author
Nathan Smith
committed
build: release 1.3.0
1 parent c31a90a commit c36839a

File tree

4 files changed

+9
-2
lines changed

4 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 1.3.0
2+
3+
## Features
4+
5+
Expanded functionality to tag pane. (@ebullient)
6+
17
# 1.2.0
28

39
## Features

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "obsidian-collapse-all-plugin",
33
"name": "Collapse All",
4-
"version": "1.2.0",
4+
"version": "1.3.0",
55
"minAppVersion": "0.12.10",
66
"description": "This plugin adds a button to collapse or expand all folders in the file explorer.",
77
"author": "OfficerHalf",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obsidian-collapse-all-plugin",
3-
"version": "1.2.0",
3+
"version": "1.3.0",
44
"description": "This plugin adds a button to collapse all folders in the file explorer.",
55
"main": "main.js",
66
"scripts": {

versions.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"1.3.0": "0.12.11",
23
"1.2.0": "0.12.10",
34
"1.1.1": "0.9.12",
45
"1.0.1": "0.9.12",

0 commit comments

Comments
 (0)