Skip to content

Commit

Permalink
chore(proxy): release @discordjs/proxy@1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
iCrawl committed Nov 28, 2022
1 parent b89bd6f commit 999bc20
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions packages/proxy/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All notable changes to this project will be documented in this file.

# [@discordjs/proxy@1.2.1](https://github.com/discordjs/discord.js/compare/@discordjs/proxy@1.2.0...@discordjs/proxy@1.2.1) - (2022-11-25)

## Bug Fixes

- Pin @types/node version ([9d8179c](https://github.com/discordjs/discord.js/commit/9d8179c6a78e1c7f9976f852804055964d5385d4))

# [@discordjs/proxy@1.2.0](https://github.com/discordjs/discord.js/compare/@discordjs/proxy@1.1.0...@discordjs/proxy@1.2.0) - (2022-10-07)

## Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions packages/proxy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@discordjs/proxy",
"version": "1.2.0",
"version": "1.2.1",
"description": "Tools for running an HTTP proxy for Discord's API",
"scripts": {
"test": "vitest run",
Expand Down Expand Up @@ -54,7 +54,7 @@
},
"homepage": "https://discord.js.org",
"dependencies": {
"@discordjs/rest": "^1.0.0",
"@discordjs/rest": "workspace:^",
"@discordjs/util": "workspace:^",
"tslib": "^2.4.1",
"undici": "^5.13.0"
Expand Down

0 comments on commit 999bc20

Please sign in to comment.