Skip to content

Commit 662f7a5

Browse files
committed
release: v6.6.0
1 parent 6ab1525 commit 662f7a5

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,10 @@ 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.0] - 2025-08-26
89
### Added:
910
- Updated types to allow for select menus in modals, as well as using a `LabelComponent` as using action rows in modals are now deprecated.
11+
- Added the `PIN_MESSAGES` permission
1012
### Changed:
1113
- The type `ComponentSelectMenu` is now deprecated in favor of `AnySelectComponent` as each component type is now split out into their own types.
1214
## [6.5.0] - 2025-07-17
@@ -628,7 +630,7 @@ This release features mostly completed documentation and changes to the packages
628630
## [0.1.0] - 2020-12-15
629631
- Initial release.
630632

631-
[Unreleased]: https://github.com/Snazzah/slash-create/compare/v6.5.0...HEAD
633+
[Unreleased]: https://github.com/Snazzah/slash-create/compare/v6.6.0...HEAD
632634
[0.1.0]: https://github.com/Snazzah/slash-create/releases/tag/v0.1.0
633635
[0.2.0]: https://github.com/Snazzah/slash-create/compare/v0.1.0...v0.2.0
634636
[1.0.0]: https://github.com/Snazzah/slash-create/compare/v0.2.0...v1.0.0
@@ -709,3 +711,4 @@ This release features mostly completed documentation and changes to the packages
709711
[6.4.1]: https://github.com/Snazzah/slash-create/compare/v6.4.0...v6.4.1
710712
[6.4.2]: https://github.com/Snazzah/slash-create/compare/v6.4.1...v6.4.2
711713
[6.5.0]: https://github.com/Snazzah/slash-create/compare/v6.4.2...v6.5.0
714+
[6.6.0]: https://github.com/Snazzah/slash-create/compare/v6.5.0...v6.6.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.5.0",
3+
"version": "6.6.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)