Skip to content

Commit

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

### Bug Fixes

* 1.inbox ([d740743](d740743))
* 1.naiveUI组件在electron多窗口模式/沙盒模式下无法正常定位 ([b7a0aaf](b7a0aaf))
* callout style on small screen ([bf77e79](bf77e79))
* 统一图标 ([6be8e83](6be8e83))

### Features

* merge ([3f33a16](3f33a16))
  • Loading branch information
semantic-release-bot committed Mar 12, 2023
1 parent d3902a0 commit 7456621
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# [1.8.0](https://github.com/JuckZ/awesome-brain-manager/compare/1.7.1...1.8.0) (2023-03-12)


### Bug Fixes

* 1.inbox ([d740743](https://github.com/JuckZ/awesome-brain-manager/commit/d740743c8cad9de5af6f843a39d6fe7754c88873))
* 1.naiveUI组件在electron多窗口模式/沙盒模式下无法正常定位 ([b7a0aaf](https://github.com/JuckZ/awesome-brain-manager/commit/b7a0aaf98150bdaa569b3157fb600022cee8aa84))
* callout style on small screen ([bf77e79](https://github.com/JuckZ/awesome-brain-manager/commit/bf77e794f5d5d7cd8b5549fa4163aa80d58c9c4a))
* 统一图标 ([6be8e83](https://github.com/JuckZ/awesome-brain-manager/commit/6be8e83cd82deb500ac5957cb59333d152401aa6))


### Features

* merge ([3f33a16](https://github.com/JuckZ/awesome-brain-manager/commit/3f33a16a594f26bf470afd637a8dcd975c936355))

## [1.7.1](https://github.com/JuckZ/awesome-brain-manager/compare/1.7.0...1.7.1) (2023-03-08)


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.7.1",
"version": "1.8.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.7.1",
"version": "1.8.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 @@ -13,5 +13,6 @@
"1.5.0": "0.15.0",
"1.6.0": "0.15.0",
"1.7.0": "0.15.0",
"1.7.1": "0.15.0"
"1.7.1": "0.15.0",
"1.8.0": "0.15.0"
}

0 comments on commit 7456621

Please sign in to comment.