File tree Expand file tree Collapse file tree 4 files changed +9
-2
lines changed
Expand file tree Collapse file tree 4 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 5050 id : create_release
5151 uses : actions/create-release@v1
5252 env :
53- GITHUB_TOKEN : ${{ secrets.GH_TOKEN }}
53+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
5454 with :
5555 tag_name : v${{ env.version }}
5656 release_name : ' Release v${{ env.version }}'
Original file line number Diff line number Diff line change 22
33All notable changes to this project will be documented in this file.
44
5+ # 2.7.2
6+
7+ ## features
8+
9+ - ** types** ` EventHandler ` , ` InteractionHandler ` exported
10+
511# 2.7.1
612
713## features
Original file line number Diff line number Diff line change 11{
22 "name" : " offdjs" ,
3- "version" : " 2.7.1 " ,
3+ "version" : " 2.7.2 " ,
44 "type" : " module" ,
55 "description" : " oneki framework for discord.js" ,
66 "main" : " lib/index.js" ,
Original file line number Diff line number Diff line change @@ -141,3 +141,4 @@ const client = new OFFDJSClient({
141141
142142export default client as OFFDJSClient < true >
143143export { client }
144+ export { EventHandler , InteractionHandler } from './utils.js'
You can’t perform that action at this time.
0 commit comments