Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
zero734kr committed Aug 28, 2021
1 parent a649908 commit 4aa8505
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/[email protected]
with:
node-version: 14
node-version: 16
registry-url: https://registry.npmjs.org/

- if: "!github.event.release.prerelease"
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "koreanbots",
"version": "3.0.0-rc.15",
"version": "3.0.0-rc.16",
"description": "JavaScript/TypeScript SDK for KOREANBOTS",
"main": "dist/src/index.js",
"typings": "dist/src/index.d.ts",
Expand Down Expand Up @@ -36,7 +36,7 @@
"dependencies": {
"abort-controller": "^3.0.0",
"node-fetch": "^2.6.1",
"discord.js": ">=12"
"discord.js": ">=13"
},
"devDependencies": {
"@commitlint/cli": "^12.0.1",
Expand Down

0 comments on commit 4aa8505

Please sign in to comment.