Skip to content

Commit 2cd77e8

Browse files
github-actions[bot]derlin
authored andcommitted
chore(main): release 2.0.0
1 parent 9682e73 commit 2cd77e8

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

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

3+
## [2.0.0](https://github.com/derlin/bitdowntoc/compare/v1.2.0...v2.0.0) (2023-09-22)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* rename BitBucket Server to generic
9+
10+
### 🚀 Features
11+
12+
* better support code blocks ([82e14e3](https://github.com/derlin/bitdowntoc/commit/82e14e35804c3721aa729c1c0f35562ea0c54f74))
13+
* rename BitBucket Server to generic ([bdd5f71](https://github.com/derlin/bitdowntoc/commit/bdd5f71c5553612b6ffc6cb93e9a2548434f76b7))
14+
15+
16+
### 🐛 Bug Fixes
17+
18+
* indent list with 3 spaces ([9682e73](https://github.com/derlin/bitdowntoc/commit/9682e73e29bf1bd3b1240d1874caa4a44021b957)), closes [#8](https://github.com/derlin/bitdowntoc/issues/8)
19+
320
## [1.2.0](https://github.com/derlin/bitdowntoc/compare/v1.1.0...v1.2.0) (2023-08-02)
421

522

build.gradle.kts

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

99
group = "ch.derlin"
10-
version = "1.2.1-SNAPSHOT" // x-release-please-version
10+
version = "2.0.0" // x-release-please-version
1111

1212
repositories {
1313
mavenCentral()

0 commit comments

Comments
 (0)