Skip to content

Commit ad3c528

Browse files
committed
Merge branch 'master' into develop
2 parents 3cb8aef + 01908fa commit ad3c528

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
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.0.1](https://github.com/icelam/leetcode-daily-question-telegram-bot/compare/v1.0.0...v1.0.1) (2021-12-12)
6+
7+
8+
### Bug Fixes
9+
10+
* **markdown:** handle inline image conversion ([09b7330](https://github.com/icelam/leetcode-daily-question-telegram-bot/commit/09b733001cad0117ca7260b386ff6b91b4947c13))
11+
* rewrite html to markdown converter for support of lists ([7403e18](https://github.com/icelam/leetcode-daily-question-telegram-bot/commit/7403e188cad7d42abc761fc4ba254291a5bddca6))
12+
513
## 1.0.0 (2021-12-11)
614

715

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.0.0",
3+
"version": "1.0.1",
44
"description": "Push notification to Telegram channel for Leetcode's question of today",
55
"dependencies": {
66
"serverless-python-requirements": "^5.1.1"

0 commit comments

Comments
 (0)