Skip to content

Commit

Permalink
fix: 1. add zip to release
Browse files Browse the repository at this point in the history
  • Loading branch information
JuckZ committed Feb 13, 2023
2 parents 42c72eb + 075a1c8 commit 7ed3117
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.3.1](https://github.com/JuckZ/awesome-brain-manager/compare/1.3.0...1.3.1) (2023-02-11)


### Bug Fixes

* 1.time spend format ([5b2ad5e](https://github.com/JuckZ/awesome-brain-manager/commit/5b2ad5ecbbdce39838ff340317bb5bf97056f7a7))

# [1.3.0](https://github.com/JuckZ/awesome-brain-manager/compare/1.2.0...1.3.0) (2023-02-11)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ It's not too long now. Just finish reading.🤣
- 🔐 支持 obsidian 的核心价值观,没有隐私安全问题
- ✈️ 将持续优化性能
- 💪 基于Jest的覆盖率测试(将来)
- 😁 欢迎[加入](https://github.com/JuckZ#-how-to-reach-me-),共同开发
- 😁 欢迎[加入](https://github.com/JuckZ#-%E5%A6%82%E4%BD%95%E8%81%94%E7%B3%BB%E6%88%91),共同开发

</details>

Expand Down
2 changes: 1 addition & 1 deletion README_en.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ It's not too long now. Just finish reading.🤣
- 🔐 Support the core values of obsidian without privacy and security issues
- ✈️ Will continue to optimize performance
- 💪 Jest-based coverage test (in the future)
- 😁 Welcome to [join me](https://github.com/JuckZ#-how-to-reach-me-) and develop together
- 😁 Welcome to [join me](https://github.com/JuckZ/JuckZ/blob/main/README_en.md#-how-to-reach-me) and develop together

</details>

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.3.0",
"version": "1.3.1",
"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.3.0",
"version": "1.3.1",
"description": "This is a sample plugin for Obsidian (https://obsidian.md)",
"main": "main.js",
"husky": {
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
"1.0.1": "0.15.0",
"1.1.0": "0.15.0",
"1.2.0": "0.15.0",
"1.3.0": "0.15.0"
"1.3.0": "0.15.0",
"1.3.1": "0.15.0"
}

0 comments on commit 7ed3117

Please sign in to comment.