Skip to content

Commit

Permalink
update: release v0.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
POPPIN-FUMI committed Nov 13, 2023
1 parent 292aa6a commit f4ccb3d
Show file tree
Hide file tree
Showing 22 changed files with 45 additions and 39 deletions.
2 changes: 1 addition & 1 deletion dist/lib/version.d.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export declare const VERSION = "0.2.6";
export declare const VERSION = "0.2.7";
8 changes: 4 additions & 4 deletions docs/assets/highlight.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
--dark-hl-3: #569CD6;
--light-hl-4: #0070C1;
--dark-hl-4: #4FC1FF;
--light-hl-5: #AF00DB;
--dark-hl-5: #C586C0;
--light-hl-6: #001080;
--dark-hl-6: #9CDCFE;
--light-hl-5: #001080;
--dark-hl-5: #9CDCFE;
--light-hl-6: #AF00DB;
--dark-hl-6: #C586C0;
--light-hl-7: #000000FF;
--dark-hl-7: #D4D4D4;
--light-hl-8: #267F99;
Expand Down
4 changes: 2 additions & 2 deletions docs/functions/addRoleToUser.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/functions/createPrivateChannel.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/functions/createTextChannel.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/functions/deferResponse.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/functions/deleteChannel.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/functions/deployCommands.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/functions/discordChangeLog.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/functions/getGuildMembers.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/functions/getReleaseInfoAsJson.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/functions/getUserRoles.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/functions/isChannelExist.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/functions/messageChannel.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/functions/removeUserRole.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/functions/updateResponse.html

Large diffs are not rendered by default.

8 changes: 7 additions & 1 deletion docs/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/interfaces/DiscordUser.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/interfaces/GuildMember.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/types/ReleaseInfo.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@skeet-framework/discord-utils",
"version": "0.2.6",
"version": "0.2.7",
"description": "Skeet Framework Plugin - Discord Utils",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/lib/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const VERSION = '0.2.6'
export const VERSION = '0.2.7'

0 comments on commit f4ccb3d

Please sign in to comment.