Skip to content

Commit

Permalink
chore(release): 1.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Mara-Li committed Dec 8, 2024
1 parent befd6ee commit 1246720
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Changelog

All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.

## [1.23.0](https://github.com/Dicelette/discord-dicelette/compare/1.22.0...1.23.0) (2024-12-08)


### Features

* **memory-database:** use a enmap "memory" database to store all user-characters, speed up a lot the bot in the roll process. ([befd6ee](https://github.com/Dicelette/discord-dicelette/commit/befd6ee7f9bcdfd48980765b2042e84bafd9ed8f))
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "dicelette",
"version": "1.22.0",
"version": "1.23.0",
"engineStrict": true,
"private": true,
"scripts": {
"lint": "biome format --write packages",
"build": "pnpm run --recursive build",
"predev": "pnpm run --recursive prebuild",
"dev": "tsx watch --tsconfig=tsconfig.dev.json --clear-screen=false packages/bot/index.ts ",
"prerelease": "tsc --project tsconfig.json --skipLibCheck --noEmit && tsc-alias -p tsconfig.json",
"prerelease": "pnpm run --recursive tsc",
"release": "commit-and-tag-version",
"pm2:start": "pm2 start packages/bot/dist/index.js --name dicelette --log-date-format=\"YYYY-MM-DD HH:mm Z\"",
"pm2:stop": "pm2 stop dicelette",
Expand All @@ -26,6 +26,7 @@
"license": "GNU GPLv3",
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"commit-and-tag-version": "^12.5.0",
"i18next": "^24.0.5",
"rimraf": "^6.0.1",
"ts-loader": "^9.5.1",
Expand Down

0 comments on commit 1246720

Please sign in to comment.