Skip to content

Commit

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

### Bug Fixes

* 暂停或者取消任务时应该暂停时钟 ([f14c970](f14c970))

### Features

* 1.支持类似0.5这样的浮点数番茄钟时长 2. ([3cc8daf](3cc8daf))
  • Loading branch information
semantic-release-bot committed Mar 7, 2023
1 parent 5894f18 commit 5462cd1
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [1.7.0](https://github.com/JuckZ/awesome-brain-manager/compare/1.6.0...1.7.0) (2023-03-07)


### Bug Fixes

* 暂停或者取消任务时应该暂停时钟 ([f14c970](https://github.com/JuckZ/awesome-brain-manager/commit/f14c9705dbd2de9dd53061bae023b8386b8172a7))


### Features

* 1.支持类似0.5这样的浮点数番茄钟时长 2. ([3cc8daf](https://github.com/JuckZ/awesome-brain-manager/commit/3cc8daf712849a5b1c522df42e96662a600903a2))

# [1.6.0](https://github.com/JuckZ/awesome-brain-manager/compare/1.5.0...1.6.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.6.0",
"version": "1.7.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.6.0",
"version": "1.7.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 @@ -11,5 +11,6 @@
"1.3.5": "0.15.0",
"1.4.0": "0.15.0",
"1.5.0": "0.15.0",
"1.6.0": "0.15.0"
"1.6.0": "0.15.0",
"1.7.0": "0.15.0"
}

0 comments on commit 5462cd1

Please sign in to comment.