chore: change versions

This commit is contained in:
iCrawl
2022-07-18 12:52:15 +02:00
parent dcbbecfed2
commit ed94b3d9ec
14 changed files with 539 additions and 277 deletions

View File

@@ -1,11 +1,12 @@
{
"name": "@discordjs/proxy-container",
"version": "0.1.0-dev",
"version": "0.1.0",
"description": "Lightweight HTTP proxy for Discord's API, brought to you as a container 📦",
"scripts": {
"build": "tsup",
"lint": "prettier --check . && eslint src --ext mjs,js,ts",
"format": "prettier --write . && eslint src --ext mjs,js,ts --fix",
"fmt": "yarn format",
"prepack": "yarn build && yarn lint",
"changelog": "git cliff --prepend ./CHANGELOG.md -u -c ./cliff.toml -r ../../ --include-path 'packages/proxy-container/*'"
},