Skip to content

Commit 828a93a

Browse files
committed
release: v6.6.4
1 parent b14a08f commit 828a93a

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ 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.6.4] - 2025-10-14
9+
### Fixed:
10+
- Removed debug log in modal context
811
## [6.6.3] - 2025-09-24
912
### Fixed:
1013
- Fixed an issue with `SlashCreator.registerCommandsIn` not registering properly after v6.4.2 due to not passing file URLs into `import()`.
@@ -640,7 +643,7 @@ This release features mostly completed documentation and changes to the packages
640643
## [0.1.0] - 2020-12-15
641644
- Initial release.
642645

643-
[Unreleased]: https://github.com/Snazzah/slash-create/compare/v6.6.3...HEAD
646+
[Unreleased]: https://github.com/Snazzah/slash-create/compare/v6.6.4...HEAD
644647
[0.1.0]: https://github.com/Snazzah/slash-create/releases/tag/v0.1.0
645648
[0.2.0]: https://github.com/Snazzah/slash-create/compare/v0.1.0...v0.2.0
646649
[1.0.0]: https://github.com/Snazzah/slash-create/compare/v0.2.0...v1.0.0
@@ -725,3 +728,4 @@ This release features mostly completed documentation and changes to the packages
725728
[6.6.1]: https://github.com/Snazzah/slash-create/compare/v6.6.0...v6.6.1
726729
[6.6.2]: https://github.com/Snazzah/slash-create/compare/v6.6.1...v6.6.2
727730
[6.6.3]: https://github.com/Snazzah/slash-create/compare/v6.6.2...v6.6.3
731+
[6.6.4]: https://github.com/Snazzah/slash-create/compare/v6.6.3...v6.6.4

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.6.3",
3+
"version": "6.6.4",
44
"description": "Create and sync Discord slash commands!",
55
"main": "./lib/index.js",
66
"types": "./lib/index.d.ts",

0 commit comments

Comments
 (0)