Skip to content

Commit f95c103

Browse files
committed
release: v6.7.0
1 parent b0820b7 commit f95c103

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.7.0] - 2025-10-24
9+
### Added:
10+
- File uploads in modals ([#644](https://github.com/Snazzah/slash-create/pull/644))
811
## [6.6.4] - 2025-10-14
912
### Fixed:
1013
- Removed debug log in modal context
@@ -643,7 +646,7 @@ This release features mostly completed documentation and changes to the packages
643646
## [0.1.0] - 2020-12-15
644647
- Initial release.
645648

646-
[Unreleased]: https://github.com/Snazzah/slash-create/compare/v6.6.4...HEAD
649+
[Unreleased]: https://github.com/Snazzah/slash-create/compare/v6.7.0...HEAD
647650
[0.1.0]: https://github.com/Snazzah/slash-create/releases/tag/v0.1.0
648651
[0.2.0]: https://github.com/Snazzah/slash-create/compare/v0.1.0...v0.2.0
649652
[1.0.0]: https://github.com/Snazzah/slash-create/compare/v0.2.0...v1.0.0
@@ -729,3 +732,4 @@ This release features mostly completed documentation and changes to the packages
729732
[6.6.2]: https://github.com/Snazzah/slash-create/compare/v6.6.1...v6.6.2
730733
[6.6.3]: https://github.com/Snazzah/slash-create/compare/v6.6.2...v6.6.3
731734
[6.6.4]: https://github.com/Snazzah/slash-create/compare/v6.6.3...v6.6.4
735+
[6.7.0]: https://github.com/Snazzah/slash-create/compare/v6.6.4...v6.7.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.6.4",
3+
"version": "6.7.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)