Versioning

This commit is contained in:
Skylar Grant 2025-01-11 08:45:26 -05:00
parent 414b94285c
commit 0d663b444c
2 changed files with 4 additions and 1 deletions

View File

@ -1,4 +1,7 @@
## v3.4.x ## v3.4.x
#### v3.4.1
* Adding command to change nicknames
#### v3.4.0 (#25) #### v3.4.0 (#25)
* Added nested commands, enclose a command in brackets, braces, or parenthesis inside a longer message: `You really don't get it do you? [that's the joke.gif] You're so dense` would return the results for just `that's the joke.gif` * Added nested commands, enclose a command in brackets, braces, or parenthesis inside a longer message: `You really don't get it do you? [that's the joke.gif] You're so dense` would return the results for just `that's the joke.gif`
* Improved the `/save gifsearch` interface and the code behind the scenes * Improved the `/save gifsearch` interface and the code behind the scenes

View File

@ -1,6 +1,6 @@
{ {
"name": "nodbot", "name": "nodbot",
"version": "3.4.0", "version": "3.4.1",
"description": "Nods and Nod Accessories", "description": "Nods and Nod Accessories",
"main": "main.js", "main": "main.js",
"dependencies": { "dependencies": {