Skip to content

Commit beea31f

Browse files
committed
chore: release v6.10.0
1 parent ab0c4d0 commit beea31f

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [6.10.0](https://github.com/necordjs/necord/compare/v6.9.1...v6.10.0) (2025-08-28)
4+
5+
### Features
6+
7+
* add custom listener decorator helpers ([ab0c4d0](https://github.com/necordjs/necord/commit/ab0c4d04347b067104253820aa486197aed7b284))
8+
39
## [6.9.1](https://github.com/necordjs/necord/compare/v6.9.0...v6.9.1) (2025-07-17)
410

511
## [6.9.0](https://github.com/necordjs/necord/compare/v6.8.14...v6.9.0) (2025-07-12)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "necord",
33
"description": "A module for creating Discord bots using NestJS, based on Discord.js",
4-
"version": "6.9.1",
4+
"version": "6.10.0",
55
"scripts": {
66
"build": "rimraf dist && tsc -p tsconfig.build.json",
77
"prepublish:npm": "npm run build",

0 commit comments

Comments
 (0)