Skip to content

Commit

Permalink
Merge pull request #89 from he4rt/feat/break
Browse files Browse the repository at this point in the history
feat: café da manhã
  • Loading branch information
Novout authored Sep 29, 2023
2 parents bc117aa + 7708f4c commit c71c01a
Show file tree
Hide file tree
Showing 11 changed files with 119 additions and 4,990 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
# Changelog (8/3/2023)
# Changelog (9/29/2023)

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

### v2.9.6

* **🚧 chore:** update deps - [[cea346b](https://github.com/he4rt/he4rt-bot-next/commit/cea346b)]
* **🎉 feat:** breakfast in dynamic voice - [[8b41859](https://github.com/he4rt/he4rt-bot-next/commit/8b41859)]
* **🔧 fix:** cronjob item - [[58aa4bd](https://github.com/he4rt/he4rt-bot-next/commit/58aa4bd)]
* **🚧 chore:** update deps - [[cbf2394](https://github.com/he4rt/he4rt-bot-next/commit/cbf2394)]
* **🎉 feat:** breakfast - [[66a7eaf](https://github.com/he4rt/he4rt-bot-next/commit/66a7eaf)]

### v2.9.5

* **🔧 fix:** add crystal role id - [[bca475e](https://github.com/he4rt/he4rt-bot-next/commit/bca475e)]
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.9.5",
"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.4.0",
"defu": "^6.1.2",
"destr": "^2.0.1",
"discord.js": "^14.12.1",
"firebase-admin": "^11.10.1",
"uncreate": "^0.9.3"
},
"devDependencies": {
"@commitlint/cli": "^17.6.7",
"@commitlint/config-conventional": "^17.6.7",
"concurrently": "^7.6.0",
"dotenv": "^16.3.1",
"esbuild-plugin-replace": "^1.4.0",
"generi": "^1.2.1",
"husky": "^8.0.3",
"lint-staged": "^13.2.3",
"nodemon": "^2.0.22",
"pm2": "^5.3.0",
"prettier": "^2.8.8",
"pretty-quick": "^3.1.3",
"tsup": "^6.7.0",
"typescript": "^5.1.6"
}
}
{
"name": "he4rt-discord-bot-next",
"version": "2.9.6",
"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.4.4",
"defu": "^6.1.2",
"destr": "^2.0.1",
"discord.js": "^14.13.0",
"firebase-admin": "^11.11.0",
"uncreate": "^0.9.3"
},
"devDependencies": {
"@commitlint/cli": "^17.7.1",
"@commitlint/config-conventional": "^17.7.0",
"@types/cron": "^2.4.0",
"concurrently": "^7.6.0",
"dotenv": "^16.3.1",
"esbuild-plugin-replace": "^1.4.0",
"generi": "^1.2.1",
"husky": "^8.0.3",
"lint-staged": "^13.3.0",
"nodemon": "^2.0.22",
"pm2": "^5.3.0",
"prettier": "^2.8.8",
"pretty-quick": "^3.1.3",
"tsup": "^6.7.0",
"typescript": "^5.1.6"
}
Loading

0 comments on commit c71c01a

Please sign in to comment.