diff --git a/CHANGELOG.md b/CHANGELOG.md index ec02e93..f7c1508 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [1.6.0](https://github.com/kaname-png/revoltx/compare/v1.5.6...v1.6.0) (2022-05-09) + + +### Features + +* bundle typescript types ([ffdfce7](https://github.com/kaname-png/revoltx/commit/ffdfce7556c197de9f997e8b3f95d149a46126b9)) + ### [1.5.6](https://github.com/kaname-png/revoltx/compare/v1.5.5...v1.5.6) (2022-05-09) diff --git a/package.json b/package.json index dd14d07..098891e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@kaname-png/revoltx", - "version": "1.5.6", + "version": "1.6.0", "description": "RevoltX is a framework for creating Revolt bots.", "main": "dist/index.js", "types": "dist/index.d.ts",