Skip to content

Commit d9c838a

Browse files
committed
release: v6.2.0
1 parent 3fb53ef commit d9c838a

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ 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.2.0] - 2024-07-15
9+
### Added:
10+
- Added Server Context support for servers like Cloudflare Workers ([#621](https://github.com/Snazzah/slash-create/pull/621))
11+
- Added premium button, deprecating `MessageInteractionContext#promptPremium` ([#618](https://github.com/Snazzah/slash-create/pull/618))
12+
### Fixed:
13+
- Updated permission flags and names ([#617](https://github.com/Snazzah/slash-create/pull/617))
814
## [6.1.4] - 2024-06-12
915
### Changed:
1016
- Export node util functions `verifyKey` and `getFiles` ([#614](https://github.com/Snazzah/slash-create/pull/614))
@@ -553,7 +559,7 @@ This release features mostly completed documentation and changes to the packages
553559
## [0.1.0] - 2020-12-15
554560
- Initial release.
555561

556-
[Unreleased]: https://github.com/Snazzah/slash-create/compare/v6.1.4...HEAD
562+
[Unreleased]: https://github.com/Snazzah/slash-create/compare/v6.2.0...HEAD
557563
[0.1.0]: https://github.com/Snazzah/slash-create/releases/tag/v0.1.0
558564
[0.2.0]: https://github.com/Snazzah/slash-create/compare/v0.1.0...v0.2.0
559565
[1.0.0]: https://github.com/Snazzah/slash-create/compare/v0.2.0...v1.0.0
@@ -625,3 +631,4 @@ This release features mostly completed documentation and changes to the packages
625631
[6.1.2]: https://github.com/Snazzah/slash-create/compare/v6.1.1...v6.1.2
626632
[6.1.3]: https://github.com/Snazzah/slash-create/compare/v6.1.2...v6.1.3
627633
[6.1.4]: https://github.com/Snazzah/slash-create/compare/v6.1.3...v6.1.4
634+
[6.2.0]: https://github.com/Snazzah/slash-create/compare/v6.1.4...v6.2.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.1.4",
3+
"version": "6.2.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)