Skip to content

Commit 488f12d

Browse files
committed
release: v6.6.1
1 parent 9c850fb commit 488f12d

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.1] - 2025-09-06
9+
### Fixed:
10+
- Fixed the select component types ([#643](https://github.com/Snazzah/slash-create/pull/643))
811
## [6.6.0] - 2025-08-26
912
### Added:
1013
- Updated types to allow for select menus in modals, as well as using a `LabelComponent` as using action rows in modals are now deprecated.
@@ -631,7 +634,7 @@ This release features mostly completed documentation and changes to the packages
631634
## [0.1.0] - 2020-12-15
632635
- Initial release.
633636

634-
[Unreleased]: https://github.com/Snazzah/slash-create/compare/v6.6.0...HEAD
637+
[Unreleased]: https://github.com/Snazzah/slash-create/compare/v6.6.1...HEAD
635638
[0.1.0]: https://github.com/Snazzah/slash-create/releases/tag/v0.1.0
636639
[0.2.0]: https://github.com/Snazzah/slash-create/compare/v0.1.0...v0.2.0
637640
[1.0.0]: https://github.com/Snazzah/slash-create/compare/v0.2.0...v1.0.0
@@ -713,3 +716,4 @@ This release features mostly completed documentation and changes to the packages
713716
[6.4.2]: https://github.com/Snazzah/slash-create/compare/v6.4.1...v6.4.2
714717
[6.5.0]: https://github.com/Snazzah/slash-create/compare/v6.4.2...v6.5.0
715718
[6.6.0]: https://github.com/Snazzah/slash-create/compare/v6.5.0...v6.6.0
719+
[6.6.1]: https://github.com/Snazzah/slash-create/compare/v6.6.0...v6.6.1

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

0 commit comments

Comments
 (0)