Skip to content

Commit

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

### Bug Fixes

* Missing i18n partial translation prevents startup ([94b4cac](94b4cac))
  • Loading branch information
semantic-release-bot committed Mar 8, 2023
1 parent e70e327 commit 4bb5985
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.7.1](https://github.com/JuckZ/awesome-brain-manager/compare/1.7.0...1.7.1) (2023-03-08)


### Bug Fixes

* Missing i18n partial translation prevents startup ([94b4cac](https://github.com/JuckZ/awesome-brain-manager/commit/94b4cac2cbdd5cef965e81227beb9055021bc3c8))

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


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.0",
"version": "1.7.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.7.0",
"version": "1.7.1",
"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 @@ -12,5 +12,6 @@
"1.4.0": "0.15.0",
"1.5.0": "0.15.0",
"1.6.0": "0.15.0",
"1.7.0": "0.15.0"
"1.7.0": "0.15.0",
"1.7.1": "0.15.0"
}

0 comments on commit 4bb5985

Please sign in to comment.