Skip to content

Commit b153e16

Browse files
github-actions[bot]derlin
authored andcommitted
chore(main): release 1.1.0
1 parent 71f04bb commit b153e16

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+
## [1.1.0](https://github.com/derlin/bitdowntoc/compare/v1.0.0...v1.1.0) (2022-12-30)
4+
5+
6+
### 🌈 Styling
7+
8+
* change text over markdown textview ([ebed501](https://github.com/derlin/bitdowntoc/commit/ebed501ad983dbe26fcfb50b0ce6e9f6c47ce254))
9+
10+
11+
### 🚀 Features
12+
13+
* support anchor prefixes ([a05ad85](https://github.com/derlin/bitdowntoc/commit/a05ad85e3074a4e7e6c9f1c7aa714e748b3a2be7))
14+
15+
16+
### 💬 Documentation
17+
18+
* update README and interface for anchors prefix ([71f04bb](https://github.com/derlin/bitdowntoc/commit/71f04bbafff2aa514c19c0c7e52095385c1511eb))
19+
320
## 1.0.0 (2022-12-29)
421

522

build.gradle.kts

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

66
group = "ch.derlin"
7-
version = "1.0.1-SNAPSHOT" // x-release-please-version
7+
version = "1.1.0" // x-release-please-version
88

99
repositories {
1010
mavenCentral()

0 commit comments

Comments
 (0)