Skip to content

Commit

Permalink
[release] v1.2.6, check the CHANGELOG.md for details
Browse files Browse the repository at this point in the history
  • Loading branch information
edonyzpc committed Jun 30, 2023
1 parent 4f55b77 commit 4e42201
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +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.2.5](https://github.com/edonyzpc/personal-assistant/compare/1.2.4...1.2.5) (2023-06-29)
## [1.2.6](https://github.com/edonyzpc/personal-assistant/compare/1.2.5...1.2.6) (2023-06-30)
### Fix
- view no update after preview-record setting updated

## [1.2.5](https://github.com/edonyzpc/personal-assistant/compare/1.2.4...1.2.5) (2023-06-30)
### Fix
- default setting cause loading failure

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": "personal-assistant",
"name": "Personal Assistant",
"version": "1.2.5",
"version": "1.2.6",
"minAppVersion": "1.1.0",
"description": "Streamline workflows within Obsidian, managing memos and plugins with just one command.",
"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": "personal-assistant",
"name": "Personal Assistant",
"version": "1.2.5",
"version": "1.2.6",
"minAppVersion": "1.1.0",
"description": "Streamline workflows within Obsidian, managing memos and plugins with just one command.",
"author": "edony",
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": "personal-assistant",
"version": "1.2.5",
"version": "1.2.6",
"description": "An plugin which help you to automatically manage Obsidian.",
"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 @@ -36,5 +36,6 @@
"1.2.2": "1.1.0",
"1.2.3": "1.1.0",
"1.2.4": "1.1.0",
"1.2.5": "1.1.0"
"1.2.5": "1.1.0",
"1.2.6": "1.1.0"
}

0 comments on commit 4e42201

Please sign in to comment.