Skip to content

Commit 41b5e2a

Browse files
committed
release: v4.1.1
1 parent 28cf7dc commit 41b5e2a

File tree

4 files changed

+14
-2
lines changed

4 files changed

+14
-2
lines changed

.changelog/v4.1.1.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
| 依赖 | 版本 |
2+
| ---: | :--- |
3+
| Kotlin | **v2.1.20** |
4+
| simbot核心库 | [**v4.12.0**](https://github.com/simple-robot/simpler-robot/releases/tag/v4.12.0) |
5+
6+
我们欢迎并期望着您的 [反馈](https://github.com/simple-robot/simbot-component-kook/issues)[协助](https://github.com/simple-robot/simbot-component-kook/pulls),感谢您的贡献与支持!

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# v4.1.1
2+
3+
> Release & Pull Notes: [v4.1.1](https://github.com/simple-robot/simpler-robot/releases/tag/v4.1.1)
4+
5+
- fix(api): Fix api path of CreateInviteApi ([`796261a`](https://github.com/simple-robot/simpler-robot/commit/796261a))
6+
17
# v4.1.0
28

39
> Release & Pull Notes: [v4.1.0](https://github.com/simple-robot/simpler-robot/releases/tag/v4.1.0)

buildSrc/src/main/kotlin/P.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ object P : ProjectDetail() {
3333
get() = HOMEPAGE
3434

3535
const val VERSION = "4.1.1"
36-
const val NEXT_VERSION = "4.1.1"
36+
const val NEXT_VERSION = "4.1.2"
3737

3838
override val snapshotVersion = "$NEXT_VERSION-SNAPSHOT"
3939
override val version = if (isSnapshot()) snapshotVersion else VERSION

buildSrc/src/main/kotlin/simbot-kook-changelog-generator.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
import changelog.generateChangelog
2222

2323

24-
tasks.create("createChangelog") {
24+
tasks.register("createChangelog") {
2525
group = "documentation"
2626
doFirst {
2727
generateChangelog("v${P.version}")

0 commit comments

Comments
 (0)