From b153e1628b62e4ecf5a53af0f5a986c12fae0c79 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 30 Dec 2022 13:01:48 +0000 Subject: [PATCH] chore(main): release 1.1.0 --- CHANGELOG.md | 17 +++++++++++++++++ build.gradle.kts | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b549c77..c05a668 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [1.1.0](https://github.com/derlin/bitdowntoc/compare/v1.0.0...v1.1.0) (2022-12-30) + + +### 🌈 Styling + +* change text over markdown textview ([ebed501](https://github.com/derlin/bitdowntoc/commit/ebed501ad983dbe26fcfb50b0ce6e9f6c47ce254)) + + +### 🚀 Features + +* support anchor prefixes ([a05ad85](https://github.com/derlin/bitdowntoc/commit/a05ad85e3074a4e7e6c9f1c7aa714e748b3a2be7)) + + +### 💬 Documentation + +* update README and interface for anchors prefix ([71f04bb](https://github.com/derlin/bitdowntoc/commit/71f04bbafff2aa514c19c0c7e52095385c1511eb)) + ## 1.0.0 (2022-12-29) diff --git a/build.gradle.kts b/build.gradle.kts index b9e9077..130278d 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -4,7 +4,7 @@ plugins { } group = "ch.derlin" -version = "1.0.1-SNAPSHOT" // x-release-please-version +version = "1.1.0" // x-release-please-version repositories { mavenCentral()