Skip to content

Commit d5ba462

Browse files
committed
release: v6.0.2
1 parent 67ad80f commit d5ba462

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

+5-1
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.0.2] - 2023-12-07
9+
### Fixed:
10+
- Fixed some possible issues with verifying responses
811
## [6.0.1] - 2023-11-06
912
### Fixed:
1013
- Fixed some types being exported, leading to failed builds
@@ -524,7 +527,7 @@ This release features mostly completed documentation and changes to the packages
524527
## [0.1.0] - 2020-12-15
525528
- Initial release.
526529

527-
[Unreleased]: https://github.com/Snazzah/slash-create/compare/v6.0.1...HEAD
530+
[Unreleased]: https://github.com/Snazzah/slash-create/compare/v6.0.2...HEAD
528531
[0.1.0]: https://github.com/Snazzah/slash-create/releases/tag/v0.1.0
529532
[0.2.0]: https://github.com/Snazzah/slash-create/compare/v0.1.0...v0.2.0
530533
[1.0.0]: https://github.com/Snazzah/slash-create/compare/v0.2.0...v1.0.0
@@ -590,3 +593,4 @@ This release features mostly completed documentation and changes to the packages
590593
[5.14.0]: https://github.com/Snazzah/slash-create/compare/v5.12.0...v5.14.0
591594
[6.0.0]: https://github.com/Snazzah/slash-create/compare/v5.14.0...v6.0.0
592595
[6.0.1]: https://github.com/Snazzah/slash-create/compare/v6.0.0...v6.0.1
596+
[6.0.2]: https://github.com/Snazzah/slash-create/compare/v6.0.1...v6.0.2

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "slash-create",
3-
"version": "6.0.1",
3+
"version": "6.0.2",
44
"description": "Create and sync Discord slash commands!",
55
"main": "./lib/index.js",
66
"types": "./lib/index.d.ts",

0 commit comments

Comments
 (0)