Skip to content

Commit 186750f

Browse files
github-actions[bot]derlin
authored andcommitted
chore(main): release 2.3.0
1 parent 4ac0fa6 commit 186750f

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

3+
## [2.3.0](https://github.com/derlin/bitdowntoc/compare/v2.2.1...v2.3.0) (2025-02-16)
4+
5+
6+
### 🚀 Features
7+
8+
* add a toc-only option to only output the TOC ([ac152dc](https://github.com/derlin/bitdowntoc/commit/ac152dca58a98517311b4fcfa5971642dad8cff8))
9+
* **web:** improve options by showing inputs on the right ([b5ed719](https://github.com/derlin/bitdowntoc/commit/b5ed719646fda21515637487491b00119c250449))
10+
311
## [2.2.1](https://github.com/derlin/bitdowntoc/compare/v2.2.0...v2.2.1) (2025-01-26)
412

513

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.2.2-SNAPSHOT" // x-release-please-version
9+
version = "2.3.0" // x-release-please-version
1010

1111
repositories {
1212
mavenCentral()

0 commit comments

Comments
 (0)