chore(release): 1.1.0 [skip ci]

## [1.1.0](https://github.com/The0mikkel/ollama-discord-bot/compare/v1.0.7...v1.1.0) (2024-06-27)

### Features

* **message:** add support for 2000+ charachter messages ([8244ee9](8244ee95c9))
This commit is contained in:
semantic-release-bot 2024-06-27 12:32:36 +00:00
parent bb8db4f3d7
commit eecd0cd6a7
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "ollama-discord-bot",
"version": "1.0.7",
"version": "1.1.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "ollama-discord-bot",
"version": "1.0.7",
"version": "1.1.0",
"license": "MIT",
"devDependencies": {
"@semantic-release/commit-analyzer": "^11.1.0",

View File

@ -1,6 +1,6 @@
{
"name": "ollama-discord-bot",
"version": "1.0.7",
"version": "1.1.0",
"description": "This Discord chatbot is built to follow the chat flow and have a conversation with the user. The bot is built using the discord.py library, and the chat is stored in Redis. The number of messages to have in context is configurable.",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"