From 89ab74438421b9373ca6c318905dfdf968e16bac Mon Sep 17 00:00:00 2001 From: Snazzah Date: Tue, 26 Sep 2023 20:36:17 -0500 Subject: [PATCH] release: v5.14.0 --- CHANGELOG.md | 9 ++++++++- package.json | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d4efb9e..ee2422e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ 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] +## [5.14.0] - 2023-09-27 +### Added: +- Premium Subscription attributes and functions + - **BaseInteractionContext**: Added `entitlements` + - **MessageInteractionContext**: Added `promptPremium()` +- **types**: Added `default_value` to select menu types ## [5.13.0] - 2023-06-07 ### Added: - **User**: added support new username system ([#470](https://github.com/Snazzah/slash-create/pull/470)) @@ -498,7 +504,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/v5.12.0...HEAD +[Unreleased]: https://github.com/Snazzah/slash-create/compare/v5.14.0...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 @@ -561,3 +567,4 @@ This release features mostly completed documentation and changes to the packages [5.10.0]: https://github.com/Snazzah/slash-create/compare/v5.9.0...v5.10.0 [5.11.0]: https://github.com/Snazzah/slash-create/compare/v5.10.0...v5.11.0 [5.12.0]: https://github.com/Snazzah/slash-create/compare/v5.11.0...v5.12.0 +[5.14.0]: https://github.com/Snazzah/slash-create/compare/v5.12.0...v5.14.0 diff --git a/package.json b/package.json index c9f18fa2..8f0c0f38 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "slash-create", - "version": "5.13.0", + "version": "5.14.0", "description": "Create and sync Discord slash commands!", "main": "./lib/index.js", "types": "./lib/index.d.ts",