Skip to content

Commit 12a2e41

Browse files
committed
chore: release v1.0.9
1 parent 529a501 commit 12a2e41

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [1.0.9](https://github.com/wh131462/leetcode-practice/compare/cli-v1.0.9-5...cli-v1.0.9) (2024-03-24)
2+
3+
### Features
4+
5+
- add -v command to check info ([#74](https://github.com/wh131462/leetcode-practice/issues/74)) ([529a501](https://github.com/wh131462/leetcode-practice/commit/529a5015b4797d226fa4a1009326ba2ab67458fe))
6+
- add pr and issue template ([#69](https://github.com/wh131462/leetcode-practice/issues/69)) ([ae28bd0](https://github.com/wh131462/leetcode-practice/commit/ae28bd0f3abf3ca0422e32fffaea05ba62dd504f))
7+
- **security policy:** Create SECURITY.md ([#71](https://github.com/wh131462/leetcode-practice/issues/71)) ([2322cd0](https://github.com/wh131462/leetcode-practice/commit/2322cd0f4b5693173591e4b14b29c7f22b4a7103))
8+
19
## [1.0.9-5](https://github.com/wh131462/leetcode-practice/compare/cli-v1.0.9-4...cli-v1.0.9-5) (2024-03-17)
210

311
### Features

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-5",
4+
"version": "1.0.9",
55
"description": "A powerful practice platform for leetcode.Using any way you want to create questions.",
66
"author": {
77
"name": "EternalHeart",

0 commit comments

Comments
 (0)