Skip to content

Commit

Permalink
chore: prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
iCrawl committed Aug 6, 2021
1 parent 1200bba commit cfde127
Show file tree
Hide file tree
Showing 8 changed files with 327 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2

- name: Install Node v14
- name: Install Node v16
uses: actions/setup-node@v2
with:
node-version: 16
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2

- name: Install Node v14
- name: Install Node v16
uses: actions/setup-node@v2
with:
node-version: 16
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/test-cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2

- name: Install Node v14
- name: Install Node v16
uses: actions/setup-node@v2
with:
node-version: 16
Expand All @@ -28,7 +28,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2

- name: Install Node v14
- name: Install Node v16
uses: actions/setup-node@v2
with:
node-version: 16
Expand All @@ -46,7 +46,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2

- name: Install Node v14
- name: Install Node v16
uses: actions/setup-node@v2
with:
node-version: 16
Expand All @@ -67,7 +67,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2

- name: Install Node v14
- name: Install Node v16
uses: actions/setup-node@v2
with:
node-version: 16
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2

- name: Install Node v14
- name: Install Node v16
uses: actions/setup-node@v2
with:
node-version: 16
Expand All @@ -26,7 +26,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2

- name: Install Node v14
- name: Install Node v16
uses: actions/setup-node@v2
with:
node-version: 16
Expand All @@ -44,7 +44,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2

- name: Install Node v14
- name: Install Node v16
uses: actions/setup-node@v2
with:
node-version: 16
Expand All @@ -65,7 +65,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2

- name: Install Node v14
- name: Install Node v16
uses: actions/setup-node@v2
with:
node-version: 16
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,4 @@ docs/docs.json
typings/index.js

# Autogenerated
RELEASE_CHANGELOG.md
src/index.mjs
314 changes: 314 additions & 0 deletions CHANGELOG.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "discord.js",
"version": "13.0.0-dev",
"version": "13.0.0",
"description": "A powerful library for interacting with the Discord API",
"main": "./src/index.js",
"module": "./src/index.mjs",
Expand Down

0 comments on commit cfde127

Please sign in to comment.