Skip to content

Commit e8f707c

Browse files
committed
Merge branch 'master' into develop
2 parents cbd463a + f70c705 commit e8f707c

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

Diff for: CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [1.2.0](https://github.com/icelam/leetcode-daily-question-telegram-bot/compare/v1.1.0...v1.2.0) (2025-04-07)
6+
7+
8+
### Features
9+
10+
* remove hard-coded user agent string which is unnecessary to fire a successful call ([0106e09](https://github.com/icelam/leetcode-daily-question-telegram-bot/commit/0106e09eedc980222b80e74d084ae8355108e6ec))
11+
12+
13+
### Bug Fixes
14+
15+
* **markdown:** disable auto links when converting to markdown ([70029d3](https://github.com/icelam/leetcode-daily-question-telegram-bot/commit/70029d395507ec5e0e0d6a27c9301f59545550b8))
16+
* **markdown:** strip style tags when converting html to markdown ([480fcb9](https://github.com/icelam/leetcode-daily-question-telegram-bot/commit/480fcb9fa82a0f6e59fe365f8cb6d425276d06fb))
17+
518
## [1.1.0](https://github.com/icelam/leetcode-daily-question-telegram-bot/compare/v1.0.6...v1.1.0) (2024-03-12)
619

720

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "leetcode-daily-question-telegram-bot",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"description": "Push notification to Telegram channel for Leetcode's question of today",
55
"dependencies": {
66
"serverless-python-requirements": "^5.4.0"

0 commit comments

Comments
 (0)