diff --git a/CHANGELOG.md b/CHANGELOG.md index 458770a..50f535a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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.3](https://github.com/icelam/leetcode-daily-question-telegram-bot/compare/v1.0.2...v1.0.3) (2022-03-12) + + +### Bug Fixes + +* incorrectly escaped underscore under pre tags ([a609045](https://github.com/icelam/leetcode-daily-question-telegram-bot/commit/a609045398e574c5ae02c0266a9ca0d1550dafd4)) + ### [1.0.2](https://github.com/icelam/leetcode-daily-question-telegram-bot/compare/v1.0.1...v1.0.2) (2022-02-23) diff --git a/package.json b/package.json index 6d8b56b..ea28492 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "leetcode-daily-question-telegram-bot", - "version": "1.0.2", + "version": "1.0.3", "description": "Push notification to Telegram channel for Leetcode's question of today", "dependencies": { "serverless-python-requirements": "^5.1.1"