Skip to content

Commit 4c8d19a

Browse files
github-actions[bot]derlin
authored andcommitted
chore(main): release 2.2.0
1 parent ccc3451 commit 4c8d19a

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

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

3+
## [2.2.0](https://github.com/derlin/bitdowntoc/compare/v2.1.0...v2.2.0) (2024-07-14)
4+
5+
6+
### 🚀 Features
7+
8+
* properly raise error on missing toc end ([22d5bed](https://github.com/derlin/bitdowntoc/commit/22d5bedf1185e89f68ba097fe9b9e4ef6c781b3c))
9+
10+
11+
### 🐛 Bug Fixes
12+
13+
* properly handle duplicates above the TOC placeholder ([fb6b9c5](https://github.com/derlin/bitdowntoc/commit/fb6b9c52b29f933dc4bee09076fde141c2f247d3))
14+
* update to Kotlin Multiplatform 2.0.0 ([f624c62](https://github.com/derlin/bitdowntoc/commit/f624c62ca5f029813876852a522b3885f9c409ce))
15+
16+
17+
### 🦀 Build and CI
18+
19+
* upload maven package to GitHub Packages ([4d8ea40](https://github.com/derlin/bitdowntoc/commit/4d8ea40971b5cfa039ded8c6df30b069e53c258c))
20+
321
## [2.1.0](https://github.com/derlin/bitdowntoc/compare/v2.0.1...v2.1.0) (2024-05-09)
422

523

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

1111
repositories {
1212
mavenCentral()

0 commit comments

Comments
 (0)