Skip to content

Commit d47e66b

Browse files
authored
Release/2025 06 24 (#74)
* Update CHANGELOG.md [skip ci] * v0.1.7 * Update version
1 parent ed1d49b commit d47e66b

File tree

3 files changed

+30
-2
lines changed

3 files changed

+30
-2
lines changed

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,31 @@
1+
# v0.1.7 (Tue Jun 24 2025)
2+
3+
#### 🔧 Tweaks
4+
5+
- Update to use digital ocean cdn [#73](https://github.com/vexuas/djs-typescript-template/pull/73) ([@vexuas](https://github.com/vexuas))
6+
7+
#### 🏠 Internal
8+
9+
- Release/2025 04 13 [#62](https://github.com/vexuas/djs-typescript-template/pull/62) ([@vexuas](https://github.com/vexuas))
10+
11+
#### 🔩 Dependency Updates
12+
13+
- Bump @typescript-eslint/eslint-plugin from 5.59.1 to 5.62.0 [#70](https://github.com/vexuas/djs-typescript-template/pull/70) ([@dependabot[bot]](https://github.com/dependabot[bot]))
14+
- Bump @types/lodash from 4.17.16 to 4.17.17 [#71](https://github.com/vexuas/djs-typescript-template/pull/71) ([@dependabot[bot]](https://github.com/dependabot[bot]))
15+
- Bump @typescript-eslint/parser from 5.59.1 to 5.62.0 [#69](https://github.com/vexuas/djs-typescript-template/pull/69) ([@dependabot[bot]](https://github.com/dependabot[bot]))
16+
- Bump undici from 5.28.5 to 5.29.0 [#68](https://github.com/vexuas/djs-typescript-template/pull/68) ([@dependabot[bot]](https://github.com/dependabot[bot]))
17+
- Bump eslint-plugin-unused-imports from 2.0.0 to 4.1.4 [#67](https://github.com/vexuas/djs-typescript-template/pull/67) ([@dependabot[bot]](https://github.com/dependabot[bot]))
18+
- Bump @types/lodash from 4.14.194 to 4.17.16 [#66](https://github.com/vexuas/djs-typescript-template/pull/66) ([@dependabot[bot]](https://github.com/dependabot[bot]))
19+
- Bump tsc-watch from 6.0.4 to 6.2.1 [#65](https://github.com/vexuas/djs-typescript-template/pull/65) ([@dependabot[bot]](https://github.com/dependabot[bot]))
20+
- Bump date-fns from 2.30.0 to 4.1.0 [#64](https://github.com/vexuas/djs-typescript-template/pull/64) ([@dependabot[bot]](https://github.com/dependabot[bot]))
21+
22+
#### Authors: 2
23+
24+
- [@dependabot[bot]](https://github.com/dependabot[bot])
25+
- Gabriel R ([@vexuas](https://github.com/vexuas))
26+
27+
---
28+
129
# v0.1.6 (Sun Apr 13 2025)
230

331
#### 🐛 Fixes

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.6",
3+
"version": "0.1.7",
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.6";export const BOT_UPDATED_AT = "13-Apr-2025"
1+
export const BOT_VERSION = "0.1.7";export const BOT_UPDATED_AT = "24-Jun-2025"

0 commit comments

Comments
 (0)