Skip to content

Commit

Permalink
Release/2025 01 05 (#37)
Browse files Browse the repository at this point in the history
* Update CHANGELOG.md [skip ci]

* v0.3.3

* Update version

* Update readme version
  • Loading branch information
vexuas authored Jan 4, 2025
1 parent d3dc73b commit 578cdae
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 3 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<img src="https://vexuas.b-cdn.net/nino-waifuim1.png" width=240px/>
</div>

# nino | v0.3.0 <br>Random Anime Image App for Discord
# nino | v0.3.3 <br>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.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nino",
"version": "0.3.2",
"version": "0.3.3",
"description": "Random waifu image discord bot",
"license": "MIT",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit 578cdae

Please sign in to comment.