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](ae97fdcce7)), closes [#10](https://github.com/The0mikkel/ollama-discord-bot/issues/10)
* **Docker:** lock Docker to use Python v3.13 ([c38e3ba](c38e3ba8c0)), closes [#10](https://github.com/The0mikkel/ollama-discord-bot/issues/10)
This commit is contained in:
semantic-release-bot 2025-03-13 22:15:31 +00:00
parent ae97fdcce7
commit ba6f93dc96
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View File

@ -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",

View File

@ -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"