Skip to content

Commit

Permalink
chore(release): 1.12.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.12.1](1.12.0...1.12.1) (2024-12-17)

### Bug Fixes

* test release ([141e570](141e570))
  • Loading branch information
semantic-release-bot committed Dec 17, 2024
1 parent 115a173 commit 6c1643b
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.12.1](https://github.com/JuckZ/awesome-brain-manager/compare/1.12.0...1.12.1) (2024-12-17)


### Bug Fixes

* test release ([141e570](https://github.com/JuckZ/awesome-brain-manager/commit/141e570f652ac90140128b90dd2483ed238bc0de))

# [1.12.0](https://github.com/JuckZ/awesome-brain-manager/compare/1.11.0...1.12.0) (2024-12-17)


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.12.0",
"version": "1.12.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.12.0",
"version": "1.12.1",
"description": "A plugin that tries to solve all the trivial problems most people usually encountered in obsidian.",
"keywords": [
"reminder",
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,6 @@
"1.9.0": "0.15.0",
"1.10.0": "0.15.0",
"1.11.0": "0.15.0",
"1.12.0": "0.15.0"
"1.12.0": "0.15.0",
"1.12.1": "0.15.0"
}

0 comments on commit 6c1643b

Please sign in to comment.