Skip to content

Commit 7b978e5

Browse files
github-actions[bot]derlin
authored andcommitted
chore(main): release 2.3.1
1 parent 49e7466 commit 7b978e5

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [2.3.1](https://github.com/derlin/bitdowntoc/compare/v2.3.0...v2.3.1) (2025-09-30)
4+
5+
6+
### 🐛 Bug Fixes
7+
8+
* skip headers in HTML comment blocks ([49e7466](https://github.com/derlin/bitdowntoc/commit/49e7466955230a6e0876c9452edebcbad4733b40))
9+
* **web:** make checkboxes clickable ([9e6b60f](https://github.com/derlin/bitdowntoc/commit/9e6b60f50553d1e2fdd3f60750aeb3d5f4d6a645))
10+
* **web:** show arrows to input of type number ([1f38840](https://github.com/derlin/bitdowntoc/commit/1f388403fab6ac1476a2ef480f9b4c188df8984a))
11+
312
## [2.3.0](https://github.com/derlin/bitdowntoc/compare/v2.2.1...v2.3.0) (2025-02-16)
413

514

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66
}
77

88
group = "ch.derlin"
9-
version = "2.3.1-SNAPSHOT" // x-release-please-version
9+
version = "2.3.1" // x-release-please-version
1010

1111
repositories {
1212
mavenCentral()

0 commit comments

Comments
 (0)