Skip to content

Commit

Permalink
release: v6.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Snazzah committed Jun 12, 2024
1 parent c634ab1 commit 5ccc8d1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [6.1.4] - 2024-06-12
### Changed:
- Export node util functions `verifyKey` and `getFiles` ([#614](https://github.com/Snazzah/slash-create/pull/614))
### Fixed:
- Handle null reponses properly in DiscordRESTError
- Fix typing for ComponentButton ([#616](https://github.com/Snazzah/slash-create/pull/616))
- Updated channel permissions description ([#613](https://github.com/Snazzah/slash-create/pull/613))
## [6.1.3] - 2024-04-24
### Fixed:
- Updated `undici` to fix a [low severity CVE (CVE-2024-24758)](https://github.com/advisories/GHSA-3787-6prv-h9w3)
Expand Down Expand Up @@ -546,7 +553,7 @@ This release features mostly completed documentation and changes to the packages
## [0.1.0] - 2020-12-15
- Initial release.

[Unreleased]: https://github.com/Snazzah/slash-create/compare/v6.1.3...HEAD
[Unreleased]: https://github.com/Snazzah/slash-create/compare/v6.1.4...HEAD
[0.1.0]: https://github.com/Snazzah/slash-create/releases/tag/v0.1.0
[0.2.0]: https://github.com/Snazzah/slash-create/compare/v0.1.0...v0.2.0
[1.0.0]: https://github.com/Snazzah/slash-create/compare/v0.2.0...v1.0.0
Expand Down Expand Up @@ -617,3 +624,4 @@ This release features mostly completed documentation and changes to the packages
[6.1.1]: https://github.com/Snazzah/slash-create/compare/v6.1.0...v6.1.1
[6.1.2]: https://github.com/Snazzah/slash-create/compare/v6.1.1...v6.1.2
[6.1.3]: https://github.com/Snazzah/slash-create/compare/v6.1.2...v6.1.3
[6.1.4]: https://github.com/Snazzah/slash-create/compare/v6.1.3...v6.1.4
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "slash-create",
"version": "6.1.3",
"version": "6.1.4",
"description": "Create and sync Discord slash commands!",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand Down

0 comments on commit 5ccc8d1

Please sign in to comment.