From c1ff9926c388cff8c77c7233a057e59cc1b3578e Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 28 May 2024 08:44:54 +0000 Subject: [PATCH] chore(release): 1.0.7 [skip ci] ## [1.0.7](https://github.com/The0mikkel/ollama-discord-bot/compare/v1.0.6...v1.0.7) (2024-05-28) ### Bug Fixes * **chat:** added option to lock bot to specific channel ([#2](https://github.com/The0mikkel/ollama-discord-bot/issues/2)) ([2b0c743](https://github.com/The0mikkel/ollama-discord-bot/commit/2b0c743a577c507a3b379112857586d2b1cc2a1d)) --- 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 caab0a6..c5ee397 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ollama-discord-bot", - "version": "1.0.6", + "version": "1.0.7", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "ollama-discord-bot", - "version": "1.0.6", + "version": "1.0.7", "license": "MIT", "devDependencies": { "@semantic-release/commit-analyzer": "^11.1.0", diff --git a/package.json b/package.json index fdc8253..6eac872 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ollama-discord-bot", - "version": "1.0.6", + "version": "1.0.7", "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"