From ba6f93dc96a6e4739ce4067a7d31b62ff4828395 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 13 Mar 2025 22:15:31 +0000 Subject: [PATCH] chore(release): 1.1.2 [skip ci] ## [1.1.2](https://github.com/The0mikkel/ollama-discord-bot/compare/v1.1.1...v1.1.2) (2025-03-13) ### Bug Fixes * **Deps:** require audioop-lts to be installed, due to Discord.py requirement ([ae97fdc](https://github.com/The0mikkel/ollama-discord-bot/commit/ae97fdcce773d68aa948beed990b559c55b6c906)), closes [#10](https://github.com/The0mikkel/ollama-discord-bot/issues/10) * **Docker:** lock Docker to use Python v3.13 ([c38e3ba](https://github.com/The0mikkel/ollama-discord-bot/commit/c38e3ba8c018301887fde0b1b5800539c5739a45)), closes [#10](https://github.com/The0mikkel/ollama-discord-bot/issues/10) --- 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 c20f72b..30c214f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ollama-discord-bot", - "version": "1.1.1", + "version": "1.1.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "ollama-discord-bot", - "version": "1.1.1", + "version": "1.1.2", "license": "MIT", "devDependencies": { "@semantic-release/commit-analyzer": "^11.1.0", diff --git a/package.json b/package.json index 2c61295..1a65030 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ollama-discord-bot", - "version": "1.1.1", + "version": "1.1.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"