Skip to content

Commit

Permalink
v2.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Novout committed May 21, 2023
1 parent 90910f2 commit 02f6b90
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 47 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
# Changelog (5/15/2023)
# Changelog (5/21/2023)

Changelog was generated by [Generi](https://github.com/betterwrite/generi). Any questions, consult the documentation.

### v2.9.0

* **🎉 feat:** some improvements - [[f29e790](https://github.com/he4rt/he4rt-bot-api/commit/f29e790)]
* **🎉 feat:** firestore, watch commands and apoiase improvement - [[04a722a](https://github.com/he4rt/he4rt-bot-api/commit/04a722a)]

### v2.8.15

* **🎉 feat:** medal command and json to recognize - [[ca01db1](https://github.com/he4rt/he4rt-bot-api/commit/ca01db1)]
Expand Down
92 changes: 46 additions & 46 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,46 +1,46 @@
{
"name": "he4rt-discord-bot-next",
"version": "2.8.15",
"author": "He4rt Developers",
"main": "dist/index.js",
"scripts": {
"dev": "concurrently pnpm:dev:*",
"dev:build": "tsup --config tsup.development.config.ts",
"dev:run": "nodemon .",
"pm2:develop": "pnpm install && pnpm prod:build && pm2 start ecosystem.config.js --env development",
"prod": "pnpm install && pnpm prod:build && pm2 start ecosystem.config.js --env production",
"prod:build": "tsup --config tsup.production.config.ts",
"version:init": "generi init",
"version:patch": "generi log patch",
"version:minor": "generi log minor",
"version:major": "generi log major",
"version:prepatch": "generi log prepatch",
"version:preminor": "generi log preminor",
"version:premajor": "generi log premajor",
"prepare": "husky install"
},
"dependencies": {
"cron": "^2.3.0",
"destr": "^1.2.2",
"discord.js": "^14.11.0",
"firebase-admin": "^11.8.0",
"uncreate": "^0.9.3"
},
"devDependencies": {
"@commitlint/cli": "^17.6.3",
"@commitlint/config-conventional": "^17.6.3",
"@types/cron": "^2.0.1",
"concurrently": "^7.6.0",
"dotenv": "^16.0.3",
"esbuild-plugin-replace": "^1.3.0",
"generi": "^1.2.1",
"husky": "^8.0.3",
"lint-staged": "^13.2.2",
"nodemon": "^2.0.22",
"pm2": "^5.3.0",
"prettier": "^2.8.8",
"pretty-quick": "^3.1.3",
"tsup": "^6.7.0",
"typescript": "^5.0.4"
}
}
{
"name": "he4rt-discord-bot-next",
"version": "2.9.0",
"author": "He4rt Developers",
"main": "dist/index.js",
"scripts": {
"dev": "concurrently pnpm:dev:*",
"dev:build": "tsup --config tsup.development.config.ts",
"dev:run": "nodemon .",
"pm2:develop": "pnpm install && pnpm prod:build && pm2 start ecosystem.config.js --env development",
"prod": "pnpm install && pnpm prod:build && pm2 start ecosystem.config.js --env production",
"prod:build": "tsup --config tsup.production.config.ts",
"version:init": "generi init",
"version:patch": "generi log patch",
"version:minor": "generi log minor",
"version:major": "generi log major",
"version:prepatch": "generi log prepatch",
"version:preminor": "generi log preminor",
"version:premajor": "generi log premajor",
"prepare": "husky install"
},
"dependencies": {
"cron": "^2.3.0",
"destr": "^1.2.2",
"discord.js": "^14.11.0",
"firebase-admin": "^11.8.0",
"uncreate": "^0.9.3"
},
"devDependencies": {
"@commitlint/cli": "^17.6.3",
"@commitlint/config-conventional": "^17.6.3",
"@types/cron": "^2.0.1",
"concurrently": "^7.6.0",
"dotenv": "^16.0.3",
"esbuild-plugin-replace": "^1.3.0",
"generi": "^1.2.1",
"husky": "^8.0.3",
"lint-staged": "^13.2.2",
"nodemon": "^2.0.22",
"pm2": "^5.3.0",
"prettier": "^2.8.8",
"pretty-quick": "^3.1.3",
"tsup": "^6.7.0",
"typescript": "^5.0.4"
}
}

0 comments on commit 02f6b90

Please sign in to comment.