Skip to content

Commit 79ae343

Browse files
committed
release: v6.4.2
1 parent b1814ba commit 79ae343

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ 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.4.2] - 2025-06-15
89
### Fixed:
910
- Fix express apps being forced to use `express.json` in the entire app ([#633](https://github.com/Snazzah/slash-create/pull/633))
1011
- `SlashCreator.registerCommandsIn` now uses `import()` interally.
@@ -616,7 +617,7 @@ This release features mostly completed documentation and changes to the packages
616617
## [0.1.0] - 2020-12-15
617618
- Initial release.
618619

619-
[Unreleased]: https://github.com/Snazzah/slash-create/compare/v6.4.1...HEAD
620+
[Unreleased]: https://github.com/Snazzah/slash-create/compare/v6.4.2...HEAD
620621
[0.1.0]: https://github.com/Snazzah/slash-create/releases/tag/v0.1.0
621622
[0.2.0]: https://github.com/Snazzah/slash-create/compare/v0.1.0...v0.2.0
622623
[1.0.0]: https://github.com/Snazzah/slash-create/compare/v0.2.0...v1.0.0
@@ -695,3 +696,4 @@ This release features mostly completed documentation and changes to the packages
695696
[6.3.2]: https://github.com/Snazzah/slash-create/compare/v6.3.1...v6.3.2
696697
[6.4.0]: https://github.com/Snazzah/slash-create/compare/v6.3.2...v6.4.0
697698
[6.4.1]: https://github.com/Snazzah/slash-create/compare/v6.4.0...v6.4.1
699+
[6.4.2]: https://github.com/Snazzah/slash-create/compare/v6.4.1...v6.4.2

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

0 commit comments

Comments
 (0)