From 7ad8c93c8311fe709cd175dc6d33faaeac61d869 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 28 May 2024 07:19:27 +0000 Subject: [PATCH] chore(release): 1.0.3 [skip ci] ## [1.0.3](https://github.com/The0mikkel/ollama-discord-bot/compare/v1.0.2...v1.0.3) (2024-05-28) ### Bug Fixes * **chat:** add error handling for failed sending ([633e279](https://github.com/The0mikkel/ollama-discord-bot/commit/633e27946da583bcabbd51d1d8753e4fb772f87e)) * **memory:** add reply information to chat context ([0e9fd93](https://github.com/The0mikkel/ollama-discord-bot/commit/0e9fd935b265357dbfa3bd09f97b1f9c61d9418e)) --- 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 8043d1c..025cf52 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ollama-discord-bot", - "version": "1.0.2", + "version": "1.0.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "ollama-discord-bot", - "version": "1.0.2", + "version": "1.0.3", "license": "MIT", "devDependencies": { "@semantic-release/commit-analyzer": "^11.1.0", diff --git a/package.json b/package.json index 7180927..d2f0357 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ollama-discord-bot", - "version": "1.0.2", + "version": "1.0.3", "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"