Skip to content

Commit d60d665

Browse files
committed
release: v6.5.0
1 parent 916ec3c commit d60d665

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
## [6.5.0] - 2025-07-17
89
### Added:
910
- Added `collectibles` to users
10-
- Added `primaryGuild` to users (supporting clan badges)
11+
- Added `primaryGuild` to users (supporting guild tags)
1112
- Added `colors` to roles (supporting role gradients)
13+
- Added Azure Function V4 Server ([#636](https://github.com/Snazzah/slash-create/pull/636))
1214
- Added a Generic server that uses Request/Response classes ([#637](https://github.com/Snazzah/slash-create/pull/637))
1315
## [6.4.2] - 2025-06-15
1416
### Fixed:
@@ -622,7 +624,7 @@ This release features mostly completed documentation and changes to the packages
622624
## [0.1.0] - 2020-12-15
623625
- Initial release.
624626

625-
[Unreleased]: https://github.com/Snazzah/slash-create/compare/v6.4.2...HEAD
627+
[Unreleased]: https://github.com/Snazzah/slash-create/compare/v6.5.0...HEAD
626628
[0.1.0]: https://github.com/Snazzah/slash-create/releases/tag/v0.1.0
627629
[0.2.0]: https://github.com/Snazzah/slash-create/compare/v0.1.0...v0.2.0
628630
[1.0.0]: https://github.com/Snazzah/slash-create/compare/v0.2.0...v1.0.0
@@ -702,3 +704,4 @@ This release features mostly completed documentation and changes to the packages
702704
[6.4.0]: https://github.com/Snazzah/slash-create/compare/v6.3.2...v6.4.0
703705
[6.4.1]: https://github.com/Snazzah/slash-create/compare/v6.4.0...v6.4.1
704706
[6.4.2]: https://github.com/Snazzah/slash-create/compare/v6.4.1...v6.4.2
707+
[6.5.0]: https://github.com/Snazzah/slash-create/compare/v6.4.2...v6.5.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "slash-create",
3-
"version": "6.4.2",
3+
"version": "6.5.0",
44
"description": "Create and sync Discord slash commands!",
55
"main": "./lib/index.js",
66
"types": "./lib/index.d.ts",

0 commit comments

Comments
 (0)