From eecd0cd6a72cba6cbcdec24fdb1bfaf66219cf94 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 27 Jun 2024 12:32:36 +0000 Subject: [PATCH] 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](https://github.com/The0mikkel/ollama-discord-bot/commit/8244ee95c9bed60a5854cc456c88b8bd8a2eae12)) --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index c5ee397..04b8262 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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", diff --git a/package.json b/package.json index 6eac872..7023dad 100644 --- a/package.json +++ b/package.json @@ -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"