Skip to content

Commit 15a0557

Browse files
committed
release: v6.7.1
1 parent 879ec20 commit 15a0557

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ 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.7.1] - 2025-12-05
9+
### Added:
10+
- Added `BYPASS_SLOWMODE` permission
11+
### Fixed:
12+
- Fixed types for selects not all having `required` in them for modals
813
## [6.7.0] - 2025-10-24
914
### Added:
1015
- File uploads in modals ([#644](https://github.com/Snazzah/slash-create/pull/644))
@@ -646,7 +651,7 @@ This release features mostly completed documentation and changes to the packages
646651
## [0.1.0] - 2020-12-15
647652
- Initial release.
648653

649-
[Unreleased]: https://github.com/Snazzah/slash-create/compare/v6.7.0...HEAD
654+
[Unreleased]: https://github.com/Snazzah/slash-create/compare/v6.7.1...HEAD
650655
[0.1.0]: https://github.com/Snazzah/slash-create/releases/tag/v0.1.0
651656
[0.2.0]: https://github.com/Snazzah/slash-create/compare/v0.1.0...v0.2.0
652657
[1.0.0]: https://github.com/Snazzah/slash-create/compare/v0.2.0...v1.0.0
@@ -733,3 +738,4 @@ This release features mostly completed documentation and changes to the packages
733738
[6.6.3]: https://github.com/Snazzah/slash-create/compare/v6.6.2...v6.6.3
734739
[6.6.4]: https://github.com/Snazzah/slash-create/compare/v6.6.3...v6.6.4
735740
[6.7.0]: https://github.com/Snazzah/slash-create/compare/v6.6.4...v6.7.0
741+
[6.7.1]: https://github.com/Snazzah/slash-create/compare/v6.7.0...v6.7.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.7.0",
3+
"version": "6.7.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)