Skip to content

Commit acfa883

Browse files
committed
release: v6.1.1
1 parent 23b1294 commit acfa883

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.1] - 2024-03-30
9+
### Fixed:
10+
- Removed a debug log statement ([#608](https://github.com/Snazzah/slash-create/pull/608))
811
## [6.1.0] - 2024-03-29
912
### Added:
1013
- Support for user-installable apps ([discord changelog](https://discord.com/developers/docs/change-log#march-18-2024))
@@ -536,7 +539,7 @@ This release features mostly completed documentation and changes to the packages
536539
## [0.1.0] - 2020-12-15
537540
- Initial release.
538541

539-
[Unreleased]: https://github.com/Snazzah/slash-create/compare/v6.1.0...HEAD
542+
[Unreleased]: https://github.com/Snazzah/slash-create/compare/v6.1.1...HEAD
540543
[0.1.0]: https://github.com/Snazzah/slash-create/releases/tag/v0.1.0
541544
[0.2.0]: https://github.com/Snazzah/slash-create/compare/v0.1.0...v0.2.0
542545
[1.0.0]: https://github.com/Snazzah/slash-create/compare/v0.2.0...v1.0.0
@@ -604,3 +607,4 @@ This release features mostly completed documentation and changes to the packages
604607
[6.0.1]: https://github.com/Snazzah/slash-create/compare/v6.0.0...v6.0.1
605608
[6.0.2]: https://github.com/Snazzah/slash-create/compare/v6.0.1...v6.0.2
606609
[6.1.0]: https://github.com/Snazzah/slash-create/compare/v6.0.2...v6.1.0
610+
[6.1.1]: https://github.com/Snazzah/slash-create/compare/v6.1.0...v6.1.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.1.0",
3+
"version": "6.1.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)