Skip to content

Commit 4c06fb5

Browse files
committed
release: v6.1.3
1 parent cffb448 commit 4c06fb5

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.1.3] - 2024-04-24
9+
### Fixed:
10+
- Updated `undici` to fix a [low severity CVE (CVE-2024-24758)](https://github.com/advisories/GHSA-3787-6prv-h9w3)
811
## [6.1.2] - 2024-04-04
912
### Fixed:
1013
- Added `DANGER` ButtonStyle in accordance to Discord documentation
@@ -543,7 +546,7 @@ This release features mostly completed documentation and changes to the packages
543546
## [0.1.0] - 2020-12-15
544547
- Initial release.
545548

546-
[Unreleased]: https://github.com/Snazzah/slash-create/compare/v6.1.2...HEAD
549+
[Unreleased]: https://github.com/Snazzah/slash-create/compare/v6.1.3...HEAD
547550
[0.1.0]: https://github.com/Snazzah/slash-create/releases/tag/v0.1.0
548551
[0.2.0]: https://github.com/Snazzah/slash-create/compare/v0.1.0...v0.2.0
549552
[1.0.0]: https://github.com/Snazzah/slash-create/compare/v0.2.0...v1.0.0
@@ -613,3 +616,4 @@ This release features mostly completed documentation and changes to the packages
613616
[6.1.0]: https://github.com/Snazzah/slash-create/compare/v6.0.2...v6.1.0
614617
[6.1.1]: https://github.com/Snazzah/slash-create/compare/v6.1.0...v6.1.1
615618
[6.1.2]: https://github.com/Snazzah/slash-create/compare/v6.1.1...v6.1.2
619+
[6.1.3]: https://github.com/Snazzah/slash-create/compare/v6.1.2...v6.1.3

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.2",
3+
"version": "6.1.3",
44
"description": "Create and sync Discord slash commands!",
55
"main": "./lib/index.js",
66
"types": "./lib/index.d.ts",

0 commit comments

Comments
 (0)