Skip to content

Commit

Permalink
chore(release): 0.5.0 [skip ci]
Browse files Browse the repository at this point in the history
# [0.5.0](v0.4.0...v0.5.0) (2024-10-21)

### Bug Fixes

* LLM permission ([90e61c9](90e61c9))

### Features

* add comment to github issue ([7abb951](7abb951))
* auto delete command & reply the tweet url ([6572577](6572577))
* update to use gpt-4o for allow user ([#57](#57)) ([420327e](420327e))
* use langchain ([#99](#99)) ([6c93fcc](6c93fcc)), closes [#97](#97)
  • Loading branch information
semantic-release-bot committed Oct 21, 2024
1 parent 4b46677 commit 5719f53
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# [0.5.0](https://github.com/niracler/nyaruko-telegram-bot/compare/v0.4.0...v0.5.0) (2024-10-21)


### Bug Fixes

* LLM permission ([90e61c9](https://github.com/niracler/nyaruko-telegram-bot/commit/90e61c9475ebfedc0e64e71555c8c49a23ff9f15))


### Features

* add comment to github issue ([7abb951](https://github.com/niracler/nyaruko-telegram-bot/commit/7abb951fac6d17329604941d571b92ecce91c039))
* auto delete command & reply the tweet url ([6572577](https://github.com/niracler/nyaruko-telegram-bot/commit/6572577497628e26fc688948826bba692d274fc7))
* update to use gpt-4o for allow user ([#57](https://github.com/niracler/nyaruko-telegram-bot/issues/57)) ([420327e](https://github.com/niracler/nyaruko-telegram-bot/commit/420327e6c3b22b1cbe9872d030343c30d4560342))
* use langchain ([#99](https://github.com/niracler/nyaruko-telegram-bot/issues/99)) ([6c93fcc](https://github.com/niracler/nyaruko-telegram-bot/commit/6c93fccc21d9484847d2eec35d28c736ba8ad2f4)), closes [#97](https://github.com/niracler/nyaruko-telegram-bot/issues/97)

# [0.4.0](https://github.com/niracler/nyaruko-telegram-bot/compare/v0.3.0...v0.4.0) (2024-08-02)


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": "nyaruko-telegram-bot",
"version": "0.4.0",
"version": "0.5.0",
"private": true,
"repository": {
"type": "git",
Expand Down

0 comments on commit 5719f53

Please sign in to comment.