Skip to content

Commit 729a67c

Browse files
github-actions[bot]derlin
authored andcommitted
chore(main): release 1.2.0
1 parent 42c96b0 commit 729a67c

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

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

3+
## [1.2.0](https://github.com/derlin/bitdowntoc/compare/v1.1.0...v1.2.0) (2023-08-02)
4+
5+
6+
### 🚀 Features
7+
8+
* add new lines inside TOC and link to bitdowntoc sources ([3021ca0](https://github.com/derlin/bitdowntoc/commit/3021ca04ccb483e9601c96c629420df5671cdfd4)), closes [#9](https://github.com/derlin/bitdowntoc/issues/9) [#10](https://github.com/derlin/bitdowntoc/issues/10)
9+
* add opensource tracking using posthog ([5930805](https://github.com/derlin/bitdowntoc/commit/5930805ca91c9848c21c95f55ce66c23e4734550))
10+
* serve minified CSS ([9ce2b93](https://github.com/derlin/bitdowntoc/commit/9ce2b93b0349be552fc7380422351ab9e272fa0e))
11+
* **web:** improve CSS for mobile ([42c96b0](https://github.com/derlin/bitdowntoc/commit/42c96b0f8a0fd56c72f6fddc69f8756747536109))
12+
13+
14+
### 🐛 Bug Fixes
15+
16+
* compound emojis in dev.to profile ([088c08e](https://github.com/derlin/bitdowntoc/commit/088c08e297cc928e4a55e773a7342be6a7a55bce))
17+
* emojis in dev.to profile (again) ([b90cc64](https://github.com/derlin/bitdowntoc/commit/b90cc64696066f70bf51e921db45e0c4152d92e7))
18+
* handle emojis, HTML tags, markdown links and quotes properly ([8624d95](https://github.com/derlin/bitdowntoc/commit/8624d9599f5c6820308201ae75d1e25e3ec30efc))
19+
* use built-in anchors on dev.to ([4044e1a](https://github.com/derlin/bitdowntoc/commit/4044e1ab029f142254052ac89b16bab98ba619fb))
20+
21+
22+
### 💬 Documentation
23+
24+
* update README ([867f98c](https://github.com/derlin/bitdowntoc/commit/867f98c556b346fecbcf76e91d4a4a0b7a9e38f1))
25+
326
## [1.1.0](https://github.com/derlin/bitdowntoc/compare/v1.0.0...v1.1.0) (2022-12-30)
427

528

build.gradle.kts

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

77
group = "ch.derlin"
8-
version = "1.1.1-SNAPSHOT" // x-release-please-version
8+
version = "1.2.0" // x-release-please-version
99

1010
repositories {
1111
mavenCentral()

0 commit comments

Comments
 (0)