Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
icelam committed Mar 12, 2024
2 parents 90ace23 + b852e48 commit d3dd8f7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.1.0](https://github.com/icelam/leetcode-daily-question-telegram-bot/compare/v1.0.6...v1.1.0) (2024-03-12)


### Features

* fix request format so it won't block by cloudflare ([eb3f38d](https://github.com/icelam/leetcode-daily-question-telegram-bot/commit/eb3f38dc9792a06f4956982d586f449931aeb671))

### [1.0.6](https://github.com/icelam/leetcode-daily-question-telegram-bot/compare/v1.0.5...v1.0.6) (2023-12-05)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "leetcode-daily-question-telegram-bot",
"version": "1.0.6",
"version": "1.1.0",
"description": "Push notification to Telegram channel for Leetcode's question of today",
"dependencies": {
"serverless-python-requirements": "^5.4.0"
Expand Down

0 comments on commit d3dd8f7

Please sign in to comment.