Skip to content

Commit

Permalink
[release] v1.4.1, check the CHANGELOG.md for details
Browse files Browse the repository at this point in the history
  • Loading branch information
edonyzpc committed Sep 30, 2024
1 parent 85370ed commit b30d3e4
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.3.9](https://github.com/edonyzpc/personal-assistant/compare/1.3.9...1.4.0) (2024-09-25)
## [1.4.1](https://github.com/edonyzpc/personal-assistant/compare/1.4.0...1.4.1) (2024-09-30)
### Features
- AI Robot helps to auto-tagging the note

## [1.4.0](https://github.com/edonyzpc/personal-assistant/compare/1.3.9...1.4.0) (2024-09-25)
### Fix
- AI helper summary content position issue

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.4.0",
"version": "1.4.1",
"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.4.0",
"version": "1.4.1",
"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.4.0",
"version": "1.4.1",
"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 @@ -51,5 +51,6 @@
"1.3.7": "1.1.0",
"1.3.8": "1.1.0",
"1.3.9": "1.1.0",
"1.4.0": "1.1.0"
"1.4.0": "1.1.0",
"1.4.1": "1.1.0"
}

0 comments on commit b30d3e4

Please sign in to comment.