Skip to content

Commit 798e178

Browse files
committed
release: v6.2.1
1 parent ac81cd3 commit 798e178

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.2.1] - 2024-07-21
9+
### Fixed:
10+
- Fixed global modal submit handlers causing errors ([#622](https://github.com/Snazzah/slash-create/pull/622))
811
## [6.2.0] - 2024-07-15
912
### Added:
1013
- Added Server Context support for servers like Cloudflare Workers ([#621](https://github.com/Snazzah/slash-create/pull/621))
@@ -559,7 +562,7 @@ This release features mostly completed documentation and changes to the packages
559562
## [0.1.0] - 2020-12-15
560563
- Initial release.
561564

562-
[Unreleased]: https://github.com/Snazzah/slash-create/compare/v6.2.0...HEAD
565+
[Unreleased]: https://github.com/Snazzah/slash-create/compare/v6.2.1...HEAD
563566
[0.1.0]: https://github.com/Snazzah/slash-create/releases/tag/v0.1.0
564567
[0.2.0]: https://github.com/Snazzah/slash-create/compare/v0.1.0...v0.2.0
565568
[1.0.0]: https://github.com/Snazzah/slash-create/compare/v0.2.0...v1.0.0
@@ -632,3 +635,4 @@ This release features mostly completed documentation and changes to the packages
632635
[6.1.3]: https://github.com/Snazzah/slash-create/compare/v6.1.2...v6.1.3
633636
[6.1.4]: https://github.com/Snazzah/slash-create/compare/v6.1.3...v6.1.4
634637
[6.2.0]: https://github.com/Snazzah/slash-create/compare/v6.1.4...v6.2.0
638+
[6.2.1]: https://github.com/Snazzah/slash-create/compare/v6.2.0...v6.2.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.2.0",
3+
"version": "6.2.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)