Skip to content

Commit 4fb3aac

Browse files
authored
Release/2025 04 13 (#62)
* Update CHANGELOG.md [skip ci] * v0.1.6 * Update version
1 parent f347d20 commit 4fb3aac

File tree

3 files changed

+46
-2
lines changed

3 files changed

+46
-2
lines changed

CHANGELOG.md

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,47 @@
1+
# v0.1.6 (Sun Apr 13 2025)
2+
3+
#### 🐛 Fixes
4+
5+
- Use edit reply instead of reply after defer [#61](https://github.com/vexuas/djs-typescript-template/pull/61) ([@vexuas](https://github.com/vexuas))
6+
7+
#### 🔧 Tweaks
8+
9+
- Update to use node 18 [#59](https://github.com/vexuas/djs-typescript-template/pull/59) ([@vexuas](https://github.com/vexuas))
10+
- Update cdn to personal [#51](https://github.com/vexuas/djs-typescript-template/pull/51) ([@vexuas](https://github.com/vexuas))
11+
12+
#### 🐛 Bug Fix
13+
14+
- Add dependabot yml [#53](https://github.com/vexuas/djs-typescript-template/pull/53) ([@vexuas](https://github.com/vexuas))
15+
16+
#### 🏠 Internal
17+
18+
- Release/2023 07 08 [#40](https://github.com/vexuas/djs-typescript-template/pull/40) ([@vexuas](https://github.com/vexuas))
19+
20+
#### 🔩 Dependency Updates
21+
22+
- Bump topgg-autoposter from 2.0.1 to 2.0.2 [#57](https://github.com/vexuas/djs-typescript-template/pull/57) ([@dependabot[bot]](https://github.com/dependabot[bot]))
23+
- Bump @babel/runtime from 7.21.5 to 7.27.0 [#60](https://github.com/vexuas/djs-typescript-template/pull/60) ([@dependabot[bot]](https://github.com/dependabot[bot]))
24+
- Bump pg and @types/pg [#58](https://github.com/vexuas/djs-typescript-template/pull/58) ([@dependabot[bot]](https://github.com/dependabot[bot]))
25+
- Bump typescript from 5.0.4 to 5.8.3 [#56](https://github.com/vexuas/djs-typescript-template/pull/56) ([@dependabot[bot]](https://github.com/dependabot[bot]))
26+
- Bump mixpanel from 0.17.0 to 0.18.1 [#55](https://github.com/vexuas/djs-typescript-template/pull/55) ([@dependabot[bot]](https://github.com/dependabot[bot]))
27+
- Bump ts-jest from 29.1.0 to 29.3.1 [#54](https://github.com/vexuas/djs-typescript-template/pull/54) ([@dependabot[bot]](https://github.com/dependabot[bot]))
28+
- Bump undici from 5.28.4 to 5.28.5 [#52](https://github.com/vexuas/djs-typescript-template/pull/52) ([@dependabot[bot]](https://github.com/dependabot[bot]))
29+
- Bump cross-spawn from 7.0.3 to 7.0.6 [#49](https://github.com/vexuas/djs-typescript-template/pull/49) ([@dependabot[bot]](https://github.com/dependabot[bot]))
30+
- Bump ws from 8.13.0 to 8.18.0 [#48](https://github.com/vexuas/djs-typescript-template/pull/48) ([@dependabot[bot]](https://github.com/dependabot[bot]))
31+
- Bump micromatch from 4.0.5 to 4.0.8 [#47](https://github.com/vexuas/djs-typescript-template/pull/47) ([@dependabot[bot]](https://github.com/dependabot[bot]))
32+
- Bump undici from 5.26.3 to 5.28.4 [#46](https://github.com/vexuas/djs-typescript-template/pull/46) ([@dependabot[bot]](https://github.com/dependabot[bot]))
33+
- Bump @babel/traverse from 7.21.5 to 7.23.2 [#44](https://github.com/vexuas/djs-typescript-template/pull/44) ([@dependabot[bot]](https://github.com/dependabot[bot]))
34+
- Bump undici from 5.22.0 to 5.26.3 [#43](https://github.com/vexuas/djs-typescript-template/pull/43) ([@dependabot[bot]](https://github.com/dependabot[bot]))
35+
- Bump word-wrap from 1.2.3 to 1.2.4 [#42](https://github.com/vexuas/djs-typescript-template/pull/42) ([@dependabot[bot]](https://github.com/dependabot[bot]))
36+
- Bump semver from 6.3.0 to 6.3.1 [#41](https://github.com/vexuas/djs-typescript-template/pull/41) ([@dependabot[bot]](https://github.com/dependabot[bot]))
37+
38+
#### Authors: 2
39+
40+
- [@dependabot[bot]](https://github.com/dependabot[bot])
41+
- Gabriel R ([@vexuas](https://github.com/vexuas))
42+
43+
---
44+
145
# v0.1.5 (Sat Jul 08 2023)
246

347
#### 🔧 Tweaks

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "djs-typescript-template",
3-
"version": "0.1.5",
3+
"version": "0.1.6",
44
"description": "Opinionated Typescript template for building Discord.js applications",
55
"license": "MIT",
66
"scripts": {

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const BOT_VERSION = "0.1.5";export const BOT_UPDATED_AT = "08-Jul-2023"
1+
export const BOT_VERSION = "0.1.6";export const BOT_UPDATED_AT = "13-Apr-2025"

0 commit comments

Comments
 (0)