From 2237d8f8b9873bec94142f48e3a2102125a40cce Mon Sep 17 00:00:00 2001 From: Ice Lam Date: Sat, 2 Jul 2022 01:25:08 +0800 Subject: [PATCH] chore(release): 1.0.5 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5bdffa1..8356245 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.5](https://github.com/icelam/leetcode-daily-question-telegram-bot/compare/v1.0.4...v1.0.5) (2022-07-01) + + +### Bug Fixes + +* filter empty string when generating delimiter for sup ([b7e29b0](https://github.com/icelam/leetcode-daily-question-telegram-bot/commit/b7e29b06a4ce68bb3951202a854aa1fcfdd739f5)) + ### [1.0.4](https://github.com/icelam/leetcode-daily-question-telegram-bot/compare/v1.0.3...v1.0.4) (2022-07-01) diff --git a/package.json b/package.json index 7b3eee4..bc141e1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "leetcode-daily-question-telegram-bot", - "version": "1.0.4", + "version": "1.0.5", "description": "Push notification to Telegram channel for Leetcode's question of today", "dependencies": { "serverless-python-requirements": "^5.4.0"