File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
20
## 1.0.0 (2022-12-29)
4
21
5
22
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ plugins {
4
4
}
5
5
6
6
group = " ch.derlin"
7
- version = " 1.0.1-SNAPSHOT " // x-release-please-version
7
+ version = " 1.1.0 " // x-release-please-version
8
8
9
9
repositories {
10
10
mavenCentral()
You can’t perform that action at this time.
0 commit comments