Skip to content

Commit

Permalink
v1.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
edonyzpc committed Apr 8, 2023
1 parent 623d469 commit e44acde
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [1.0.11](https://github.com/edonyzpc/obsidian-plugins-mng/compare/1.0.11...1.0.12) (2023-04-08)

### Improve
- hover commands are supported to configure resize style in setting tab

## [1.0.11](https://github.com/edonyzpc/obsidian-plugins-mng/compare/1.0.10...1.0.11) (2023-04-07)

### Features
Expand Down
2 changes: 1 addition & 1 deletion manifest-beta.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "obsidian-plugins-mng",
"name": "Obsidian Personal Assistant",
"version": "1.0.11",
"version": "1.0.12",
"minAppVersion": "1.1.0",
"description": "Obsidian management utils for plugins, tasks and shortcuts",
"author": "edony",
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": "obsidian-plugins-mng",
"name": "Obsidian Personal Assistant",
"version": "1.0.11",
"version": "1.0.12",
"minAppVersion": "1.1.0",
"description": "Obsidian management utils for plugins, tasks and shortcuts",
"author": "edony",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "obsidian-plugins-mng",
"version": "1.0.11",
"version": "1.0.12",
"description": "This is a sample plugin for Obsidian (https://obsidian.md)",
"main": "main.js",
"scripts": {
"dev": "node esbuild.config.mjs",
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production",
"version": "node version-bump.mjs && git add manifest-beta.json manifest.json versions.json",
"version": "node version-bump.mjs && git add manifest-beta.json manifest.json versions.json CHANGELOG.md",
"lint": "eslint . --ext .ts"
},
"keywords": [],
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@
"1.0.8": "1.1.0",
"1.0.9": "1.1.0",
"1.0.10": "1.1.0",
"1.0.11": "1.1.0"
"1.0.11": "1.1.0",
"1.0.12": "1.1.0"
}

0 comments on commit e44acde

Please sign in to comment.