From 01908fa89a4690b2c93121db38d466782664efe5 Mon Sep 17 00:00:00 2001 From: Ice Lam Date: Sun, 12 Dec 2021 17:24:30 +0800 Subject: [PATCH] chore(release): 1.0.1 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d0cf88..c19aeb0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ 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. +### [1.0.1](https://github.com/icelam/leetcode-daily-question-telegram-bot/compare/v1.0.0...v1.0.1) (2021-12-12) + + +### Bug Fixes + +* **markdown:** handle inline image conversion ([09b7330](https://github.com/icelam/leetcode-daily-question-telegram-bot/commit/09b733001cad0117ca7260b386ff6b91b4947c13)) +* rewrite html to markdown converter for support of lists ([7403e18](https://github.com/icelam/leetcode-daily-question-telegram-bot/commit/7403e188cad7d42abc761fc4ba254291a5bddca6)) + ## 1.0.0 (2021-12-11) diff --git a/package.json b/package.json index a2ac50c..35a6591 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "leetcode-daily-question-telegram-bot", - "version": "1.0.0", + "version": "1.0.1", "description": "Push notification to Telegram channel for Leetcode's question of today", "dependencies": { "serverless-python-requirements": "^5.1.1"