Skip to content

Commit

Permalink
chore(release): 1.5.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.5.0](1.4.0...1.5.0) (2023-03-05)

### Features

* 1.pnpm ([70d4b4f](70d4b4f))
  • Loading branch information
semantic-release-bot committed Mar 5, 2023
1 parent ee00892 commit 91ecc44
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [1.5.0](https://github.com/JuckZ/awesome-brain-manager/compare/1.4.0...1.5.0) (2023-03-05)


### Features

* 1.pnpm ([70d4b4f](https://github.com/JuckZ/awesome-brain-manager/commit/70d4b4f0261743107e522282cf4131bbdc9ce981))

# [1.4.0](https://github.com/JuckZ/awesome-brain-manager/compare/1.3.5...1.4.0) (2023-03-05)


Expand Down
2 changes: 1 addition & 1 deletion dest/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -105137,7 +105137,7 @@ ${post}`,
}
};

const __dirname = '/home/runner/work/awesome-brain-manager/awesome-brain-manager/node_modules/sql.js/dist';
const __dirname = '/home/runner/work/awesome-brain-manager/awesome-brain-manager/node_modules/.pnpm/[email protected]/node_modules/sql.js/dist';

var lookup = [];
var revLookup = [];
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": "awesome-brain-manager",
"name": "Awesome Brain Manager",
"version": "1.4.0",
"version": "1.5.0",
"minAppVersion": "0.15.0",
"description": "A toolkit tries to solve all the trivial problems most people usually encountered in obsidian.",
"author": "Juck",
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": "awesome-brain-manager",
"version": "1.4.0",
"version": "1.5.0",
"description": "A plugin that tries to solve all the trivial problems most people usually encountered in obsidian.",
"exports": "./main.js",
"engines": {
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@
"1.3.3": "0.15.0",
"1.3.4": "0.15.0",
"1.3.5": "0.15.0",
"1.4.0": "0.15.0"
"1.4.0": "0.15.0",
"1.5.0": "0.15.0"
}

0 comments on commit 91ecc44

Please sign in to comment.