From d010dea954296260a347f734736167562be54d6c Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 27 May 2024 23:10:22 +0000 Subject: [PATCH] chore(release): 1.0.2 [skip ci] ## [1.0.2](https://github.com/The0mikkel/ollama-discord-bot/compare/v1.0.1...v1.0.2) (2024-05-27) ### Bug Fixes * **chat:** do not respond with llm in private messages ([84c528b](https://github.com/The0mikkel/ollama-discord-bot/commit/84c528b75163a59a13960c8736d77d0fa8117f76)) --- 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 50cc623..8043d1c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ollama-discord-bot", - "version": "1.0.1", + "version": "1.0.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "ollama-discord-bot", - "version": "1.0.1", + "version": "1.0.2", "license": "MIT", "devDependencies": { "@semantic-release/commit-analyzer": "^11.1.0", diff --git a/package.json b/package.json index 7b9ea29..7180927 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ollama-discord-bot", - "version": "1.0.1", + "version": "1.0.2", "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"