chore(release): 1.0.5 [skip ci]

## [1.0.5](https://github.com/The0mikkel/ollama-discord-bot/compare/v1.0.4...v1.0.5) (2024-05-28)

### Bug Fixes

* **chat:** stop caching messages in DMs ([8f0e35b](8f0e35ba79))
This commit is contained in:
semantic-release-bot 2024-05-28 07:54:45 +00:00
parent 8f0e35ba79
commit 2c59d32732
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{ {
"name": "ollama-discord-bot", "name": "ollama-discord-bot",
"version": "1.0.4", "version": "1.0.5",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "ollama-discord-bot", "name": "ollama-discord-bot",
"version": "1.0.4", "version": "1.0.5",
"license": "MIT", "license": "MIT",
"devDependencies": { "devDependencies": {
"@semantic-release/commit-analyzer": "^11.1.0", "@semantic-release/commit-analyzer": "^11.1.0",

View File

@ -1,6 +1,6 @@
{ {
"name": "ollama-discord-bot", "name": "ollama-discord-bot",
"version": "1.0.4", "version": "1.0.5",
"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.", "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": { "scripts": {
"test": "echo \"Error: no test specified\" && exit 1" "test": "echo \"Error: no test specified\" && exit 1"