Skip to content

Commit

Permalink
Release/2023 07 08 (#40)
Browse files Browse the repository at this point in the history
* Update CHANGELOG.md [skip ci]

* v0.1.5

* Update version
  • Loading branch information
vexuas authored Jul 8, 2023
1 parent 4057438 commit ee9458c
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 2 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
# v0.1.5 (Sat Jul 08 2023)

#### 🔧 Tweaks

- Update error helper [#39](https://github.com/vexuas/djs-typescript-template/pull/39) ([@vexuas](https://github.com/vexuas))
- Add deployment workflow example [#38](https://github.com/vexuas/djs-typescript-template/pull/38) ([@vexuas](https://github.com/vexuas))
- Add wrong user interaction helper [#37](https://github.com/vexuas/djs-typescript-template/pull/37) ([@vexuas](https://github.com/vexuas))
- Add condition in interaction listeners for button and select menus [#36](https://github.com/vexuas/djs-typescript-template/pull/36) ([@vexuas](https://github.com/vexuas))
- Update analytics file [#35](https://github.com/vexuas/djs-typescript-template/pull/35) ([@vexuas](https://github.com/vexuas))
- Support nested command folders [#34](https://github.com/vexuas/djs-typescript-template/pull/34) ([@vexuas](https://github.com/vexuas))
- Add topgg autoposter on initialise [#33](https://github.com/vexuas/djs-typescript-template/pull/33) ([@vexuas](https://github.com/vexuas))

#### 🏠 Internal

- Release/2023 06 07 [#32](https://github.com/vexuas/djs-typescript-template/pull/32) ([@vexuas](https://github.com/vexuas))

#### Authors: 1

- Gabriel R ([@vexuas](https://github.com/vexuas))

---

# v0.1.4 (Wed Jun 07 2023)

#### 🔧 Tweaks
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": "djs-typescript-template",
"version": "0.1.4",
"version": "0.1.5",
"description": "Opinionated Typescript template for building Discord.js applications",
"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.1.4";export const BOT_UPDATED_AT = "07-Jun-2023"
export const BOT_VERSION = "0.1.5";export const BOT_UPDATED_AT = "08-Jul-2023"

0 comments on commit ee9458c

Please sign in to comment.