diff --git a/CHANGELOG.md b/CHANGELOG.md index d7fba39..77df1ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ 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. +## [2.6.0](https://github.com/makigas/makibot/compare/v2.5.1...v2.6.0) (2022-05-20) + + +### Features + +* expose threadchannels and linkchannels through RPC ([6ec1993](https://github.com/makigas/makibot/commit/6ec1993f03cb224ca52cda086b7a8a89e27f084e)) +* greet newly created threads ([350dd12](https://github.com/makigas/makibot/commit/350dd12169a179aa537ffd91f9c873adcae85558)) +* **makibotctl:** manage thread and linkonly channels ([42c8f4a](https://github.com/makigas/makibot/commit/42c8f4a9cabae94eb1f39c9b4e6a61290068f767)) + ### [2.5.1](https://github.com/makigas/makibot/compare/v2.5.0...v2.5.1) (2022-05-01) diff --git a/package-lock.json b/package-lock.json index 2457691..80d99ed 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@makigas/makibot", - "version": "2.5.1", + "version": "2.6.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@makigas/makibot", - "version": "2.5.1", + "version": "2.6.0", "license": "ISC", "dependencies": { "@discordjs/builders": "^0.13.0", diff --git a/package.json b/package.json index 25eff55..23f7ef6 100644 --- a/package.json +++ b/package.json @@ -136,5 +136,5 @@ } ] }, - "version": "2.5.1" + "version": "2.6.0" }