Skip to content

Commit f7be2e3

Browse files
committed
chore: release v1.0.9-2
1 parent bbff9b1 commit f7be2e3

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
2+
3+
## [1.0.9-2](https://github.com/wh131462/leetcode-practice/compare/cli-v1.0.9-1...cli-v1.0.9-2) (2024-03-14)
4+
5+
6+
### Features
7+
8+
* add loading and logger on/off ([#51](https://github.com/wh131462/leetcode-practice/issues/51)) ([bbff9b1](https://github.com/wh131462/leetcode-practice/commit/bbff9b1b80aea18255b089c5ad9c836bcbd18dae))
9+
110
## [1.0.9-1](https://github.com/wh131462/leetcode-practice/compare/cli-v1.0.9-0...cli-v1.0.9-1) (2024-03-14)
211

312
### Bug Fixes

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "leetcode-practice",
33
"type": "module",
4-
"version": "1.0.9-1",
4+
"version": "1.0.9-2",
55
"packageManager": "yarn@1.22.0",
66
"description": "A powerful practice platform for leetcode.Using any way you want to create questions.",
77
"author": {

0 commit comments

Comments
 (0)