Skip to content
This repository was archived by the owner on Jan 8, 2022. It is now read-only.

Commit 2e640a9

Browse files
committed
chore(Release): publish
- @discordjs/core@0.1.0-canary.0 - @discordjs/rest@0.1.0-canary.0 - @discordjs/ws@0.1.0-canary.0
1 parent 37a3dee commit 2e640a9

6 files changed

Lines changed: 36 additions & 3 deletions

File tree

packages/core/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# 0.1.0-canary.0 (2021-06-29)
7+
8+
9+
### Features
10+
11+
* **rest:** Implement rest module ([#34](https://github.com/discordjs/discord.js-next/issues/34)) ([6990f0f](https://github.com/discordjs/discord.js-next/commit/6990f0f7f3ca958a95f9b1b19681b42669743427))

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "http://json.schemastore.org/package",
33
"name": "@discordjs/core",
4-
"version": "0.0.0",
4+
"version": "0.1.0-canary.0",
55
"description": "The core for Discord.js",
66
"contributors": [
77
"Amish Shah <amishshah.2k@gmail.com>",

packages/rest/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# 0.1.0-canary.0 (2021-06-29)
7+
8+
9+
### Features
10+
11+
* **rest:** Implement rest module ([#34](https://github.com/discordjs/discord.js-next/issues/34)) ([6990f0f](https://github.com/discordjs/discord.js-next/commit/6990f0f7f3ca958a95f9b1b19681b42669743427))

packages/rest/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "http://json.schemastore.org/package",
33
"name": "@discordjs/rest",
4-
"version": "0.0.0",
4+
"version": "0.1.0-canary.0",
55
"description": "The REST API for Discord.js",
66
"contributors": [
77
"Amish Shah <amishshah.2k@gmail.com>",

packages/ws/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# 0.1.0-canary.0 (2021-06-29)
7+
8+
9+
### Features
10+
11+
* **rest:** Implement rest module ([#34](https://github.com/discordjs/discord.js-next/issues/34)) ([6990f0f](https://github.com/discordjs/discord.js-next/commit/6990f0f7f3ca958a95f9b1b19681b42669743427))

packages/ws/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "http://json.schemastore.org/package",
33
"name": "@discordjs/ws",
4-
"version": "0.0.0",
4+
"version": "0.1.0-canary.0",
55
"description": "The WebSocket for Discord.js",
66
"contributors": [
77
"Amish Shah <amishshah.2k@gmail.com>",

0 commit comments

Comments
 (0)