Skip to content

Commit

Permalink
chore(main): release 1.1.0
Browse files Browse the repository at this point in the history
github-actions[bot] authored and derlin committed Dec 30, 2022
1 parent 71f04bb commit b153e16
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
@@ -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()

0 comments on commit b153e16

Please sign in to comment.