diff --git a/CHANGELOG.md b/CHANGELOG.md index d07061d..064d6e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,28 @@ +# v0.3.3 (Sun Jan 05 2025) + +#### 🔧 Tweaks + +- Remove image command for now [#35](https://github.com/vexuas/nino/pull/35) ([@vexuas](https://github.com/vexuas)) + +#### 🏠 Internal + +- Release/2023 11 19 [#29](https://github.com/vexuas/nino/pull/29) ([@vexuas](https://github.com/vexuas)) + +#### 🔩 Dependency Updates + +- Bump micromatch from 4.0.5 to 4.0.8 [#34](https://github.com/vexuas/nino/pull/34) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- Bump cross-spawn from 7.0.3 to 7.0.6 [#36](https://github.com/vexuas/nino/pull/36) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- Bump braces from 3.0.2 to 3.0.3 [#33](https://github.com/vexuas/nino/pull/33) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- Bump ws from 8.13.0 to 8.17.1 [#32](https://github.com/vexuas/nino/pull/32) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- Bump undici from 5.26.3 to 5.28.4 [#31](https://github.com/vexuas/nino/pull/31) ([@dependabot[bot]](https://github.com/dependabot[bot])) + +#### Authors: 2 + +- [@dependabot[bot]](https://github.com/dependabot[bot]) +- Gabriel R ([@vexuas](https://github.com/vexuas)) + +--- + # v0.3.2 (Sun Nov 19 2023) #### 🔧 Tweaks diff --git a/README.md b/README.md index 7a8e11d..3a7a5ad 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ -# nino | v0.3.0
Random Anime Image App for Discord +# nino | v0.3.3
Random Anime Image App for Discord Discord bot that provides an easy way to get anime images and gifs randomly! This project stemmed from me testing how quickly I can get a new Discord app up and running using my [bot template](https://github.com/vexuas/djs-typescript-template). It was so fast (roughly just under a week) in fact that I added way more features out of scope of me initially only wanting to get waifus. diff --git a/package.json b/package.json index 04d17c4..c4e6091 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nino", - "version": "0.3.2", + "version": "0.3.3", "description": "Random waifu image discord bot", "license": "MIT", "scripts": { diff --git a/src/version.ts b/src/version.ts index 721564e..a7d7e0c 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export const BOT_VERSION = "0.3.2";export const BOT_UPDATED_AT = "19-Nov-2023" +export const BOT_VERSION = "0.3.3";export const BOT_UPDATED_AT = "05-Jan-2025"