Skip to content

Commit 7229fea

Browse files
github-actions[bot]derlin
authored andcommitted
chore(main): release 2.2.1
1 parent 69b1b27 commit 7229fea

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

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

3+
## [2.2.1](https://github.com/derlin/bitdowntoc/compare/v2.2.0...v2.2.1) (2025-01-26)
4+
5+
6+
### 🐛 Bug Fixes
7+
8+
* support 4 backticks ([ccbbb65](https://github.com/derlin/bitdowntoc/commit/ccbbb65485a86a929cdf8042ac3fb94fe58c70ba))
9+
* **web:** don't break UI on long lines ([fd85878](https://github.com/derlin/bitdowntoc/commit/fd85878411818b27cf68b5a1ece76a8acfbe4e1d))
10+
11+
12+
### 🦀 Build and CI
13+
14+
* add CNAME to Pages ([28bf64f](https://github.com/derlin/bitdowntoc/commit/28bf64f36da4f588ba681a0a837b9208cdca4346))
15+
16+
17+
### 🌈 Styling
18+
19+
* add hover text to icons and some buttons ([bf25ec5](https://github.com/derlin/bitdowntoc/commit/bf25ec5b9bfb2983ff0a425cb2a26f1fc4231a63))
20+
* update favicons ([69b1b27](https://github.com/derlin/bitdowntoc/commit/69b1b27fe3d22e98f6b9cadb96bee1b5eb033392))
21+
322
## [2.2.0](https://github.com/derlin/bitdowntoc/compare/v2.1.0...v2.2.0) (2024-07-14)
423

524

build.gradle.kts

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

88
group = "ch.derlin"
9-
version = "2.2.1-SNAPSHOT" // x-release-please-version
9+
version = "2.2.1" // x-release-please-version
1010

1111
repositories {
1212
mavenCentral()

0 commit comments

Comments
 (0)