Skip to content
This repository was archived by the owner on Jul 12, 2023. It is now read-only.

Commit 3bfaebf

Browse files
committed
chore(Release): publish
1 parent 8c4e8c4 commit 3bfaebf

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [0.7.4](https://github.com/discordjs/voice/compare/v0.7.3...v0.7.4) (2021-11-12)
6+
7+
8+
### Bug Fixes
9+
10+
* conditionally apply banner only to esm build ([8c4e8c4](https://github.com/discordjs/voice/commit/8c4e8c4ba5b9013a90de0238a7f2771e9113a62d))
11+
12+
13+
514
## [0.7.3](https://github.com/discordjs/voice/compare/v0.7.2...v0.7.3) (2021-11-11)
615

716

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@discordjs/voice",
3-
"version": "0.7.3",
3+
"version": "0.7.4",
44
"description": "Implementation of the Discord Voice API for Node.js",
55
"scripts": {
66
"pretest": "npm run build",

0 commit comments

Comments
 (0)