Skip to content

Commit 3ca02fa

Browse files
committed
release: v6.6.2
1 parent 5193b95 commit 3ca02fa

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.6.2] - 2025-09-10
89
### Added:
910
- Updated types to allow for any selects and text displays in modals.
1011
## [6.6.1] - 2025-09-06
@@ -636,7 +637,7 @@ This release features mostly completed documentation and changes to the packages
636637
## [0.1.0] - 2020-12-15
637638
- Initial release.
638639

639-
[Unreleased]: https://github.com/Snazzah/slash-create/compare/v6.6.1...HEAD
640+
[Unreleased]: https://github.com/Snazzah/slash-create/compare/v6.6.2...HEAD
640641
[0.1.0]: https://github.com/Snazzah/slash-create/releases/tag/v0.1.0
641642
[0.2.0]: https://github.com/Snazzah/slash-create/compare/v0.1.0...v0.2.0
642643
[1.0.0]: https://github.com/Snazzah/slash-create/compare/v0.2.0...v1.0.0
@@ -719,3 +720,4 @@ This release features mostly completed documentation and changes to the packages
719720
[6.5.0]: https://github.com/Snazzah/slash-create/compare/v6.4.2...v6.5.0
720721
[6.6.0]: https://github.com/Snazzah/slash-create/compare/v6.5.0...v6.6.0
721722
[6.6.1]: https://github.com/Snazzah/slash-create/compare/v6.6.0...v6.6.1
723+
[6.6.2]: https://github.com/Snazzah/slash-create/compare/v6.6.1...v6.6.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.6.1",
3+
"version": "6.6.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)