Skip to content

Commit decb717

Browse files
chore(main): release labrute 2.83.10 (#1183)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 1da7e48 commit decb717

File tree

9 files changed

+20
-8
lines changed

9 files changed

+20
-8
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"2.83.9"}
1+
{".":"2.83.10"}

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [2.83.10](https://github.com/Zenoo/labrute/compare/labrute-v2.83.9...labrute-v2.83.10) (2025-11-19)
6+
7+
8+
### Bug Fixes
9+
10+
* Calculate brute final stats only once per server/client ([21a20c1](https://github.com/Zenoo/labrute/commit/21a20c12582ee098c6d54d00b780771ed4d75e66))
11+
* Enforce CSRF on GET routes + Silence CSRF errors ([19b128b](https://github.com/Zenoo/labrute/commit/19b128b5e21ed1fbcd066bf79eda4b65a0ef00bc))
12+
* Release notes ([a4f41ba](https://github.com/Zenoo/labrute/commit/a4f41ba9da09146f18979718a71170b3a0c7fe4a))
13+
* Store modifiers as an object for faster access and checks ([def8226](https://github.com/Zenoo/labrute/commit/def8226f3dbd86ad6dfda26fd60bb12b46ca6eab))
14+
* Tiered perk display on level up ([16c8f9c](https://github.com/Zenoo/labrute/commit/16c8f9ca315443c54086b893e5f09e5ffe751266))
15+
* Tiered perk stats + tiered tooltips ([c534fba](https://github.com/Zenoo/labrute/commit/c534fba9874176a50bd3b8226bca1a54efd64998))
16+
517
## [2.83.9](https://github.com/Zenoo/labrute/compare/labrute-v2.83.8...labrute-v2.83.9) (2025-11-11)
618

719

client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@labrute/client",
3-
"version": "2.83.9",
3+
"version": "2.83.10",
44
"private": true,
55
"proxy": "http://localhost:9000",
66
"scripts": {

core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@labrute/core",
3-
"version": "2.83.9",
3+
"version": "2.83.10",
44
"main": "lib/index.js",
55
"scripts": {
66
"compile": "tsc"

core/src/Version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const Version = '2.83.9'; // x-release-please-version
1+
export const Version = '2.83.10'; // x-release-please-version

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "labrute",
3-
"version": "2.83.9",
3+
"version": "2.83.10",
44
"private": true,
55
"engines": {
66
"npm": ">=8.1.2",

prisma/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@labrute/prisma",
3-
"version": "2.83.9",
3+
"version": "2.83.10",
44
"main": "index.js",
55
"types": "index.d.ts",
66
"browser": "index-browser.js"

prisma/package.reference.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@labrute/prisma",
3-
"version": "2.83.9",
3+
"version": "2.83.10",
44
"main": "index.js",
55
"types": "index.d.ts",
66
"browser": "index-browser.js"

server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@labrute/server",
3-
"version": "2.83.9",
3+
"version": "2.83.10",
44
"private": true,
55
"exports": "./src/server.js",
66
"engines": {

0 commit comments

Comments
 (0)