diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c83fdfd..b2ba5d9e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,21 @@ All notable changes to this project will be documented in this file. 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). -## [0.1.0] - 2020-10-07 +## [Unreleased] +## [0.2.0] - 2020-12-16 +### Removed: +- **[BREAKING]** `Context.acknowledge` now returns a promise +- **[BREAKING]** Removed `returnPromise` from syncCommands +### Added: +- Errors will be thrown if a Server without its installed package is instantiated +### Fixed: +- RespondFunction is now a promise +- Context.send erroring +- Added/Updated debug emit lines +- ExpressServer for TypeScript +## [0.1.0] - 2020-12-15 - Initial release. +[Unreleased]: https://github.com/Snazzah/slash-create/compare/v0.2.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 diff --git a/package.json b/package.json index a431dbfe..4d593198 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "slash-create", - "version": "0.1.0", + "version": "0.2.0", "description": "Creator and handler for Discord's slash commands", "main": "./lib/index", "author": "Snazzah", diff --git a/scripts/changelog.ts b/scripts/changelog.ts index 8236f44d..4fdc60be 100644 --- a/scripts/changelog.ts +++ b/scripts/changelog.ts @@ -15,7 +15,7 @@ arr[1] = ` ## [${currentVersion}] - ${new Date().toISOString().slice(0, 10)} ### Removed: -- **[BREAKING]** ListName: description +- **[BREAKING]** description ### Added: - ### Fixed: