Skip to content

Commit 8b13955

Browse files
chore(main): release labrute 2.79.4 (#1101)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 4f23d17 commit 8b13955

File tree

9 files changed

+21
-8
lines changed

9 files changed

+21
-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.79.3"}
1+
{".":"2.79.4"}

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
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.79.4](https://github.com/Zenoo/labrute/compare/labrute-v2.79.3...labrute-v2.79.4) (2025-01-22)
6+
7+
8+
### Bug Fixes
9+
10+
* Better HTTP methods ([a3eb730](https://github.com/Zenoo/labrute/commit/a3eb7303900223557e1e32cbffa36c943ad866d8))
11+
* HP not translated ([041054f](https://github.com/Zenoo/labrute/commit/041054f136e5e5fd143a540b6e6fb792f284c47d))
12+
* Prevent overheal from Fast Metabolism. Fixes [#1099](https://github.com/Zenoo/labrute/issues/1099) ([579d854](https://github.com/Zenoo/labrute/commit/579d854d74f4121db07084fa081607bcc093ad8d))
13+
* Rename endurance to HP in destiny view ([17dbc4d](https://github.com/Zenoo/labrute/commit/17dbc4d6155a89b89ac59c54c971a7e4c237c0f9))
14+
* Replace endurance with HP in skill tooltips. Fixes [#1098](https://github.com/Zenoo/labrute/issues/1098) ([d0e9841](https://github.com/Zenoo/labrute/commit/d0e984166efc1a6666bf9705564d5bd03ccc457b))
15+
* Stop redirecting to cell after winning too much XP after a fight ([b28f727](https://github.com/Zenoo/labrute/commit/b28f727d54b9b99d79eaa4a90d83432ae85d68fe))
16+
* Wrong crit chance and damage %. Fixes [#1100](https://github.com/Zenoo/labrute/issues/1100) ([1c925cf](https://github.com/Zenoo/labrute/commit/1c925cf938bd6a7bec95b1ad06adaf6c4d7e4bc0))
17+
518
## [2.79.3](https://github.com/Zenoo/labrute/compare/labrute-v2.79.2...labrute-v2.79.3) (2025-01-21)
619

720

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.79.3",
3+
"version": "2.79.4",
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.79.3",
3+
"version": "2.79.4",
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,3 +1,3 @@
1-
const Version = '!2.79.3!'.replace(/!/g, ''); // x-release-please-version
1+
const Version = '!2.79.4!'.replace(/!/g, ''); // x-release-please-version
22

33
export default 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.79.3",
3+
"version": "2.79.4",
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.79.3",
3+
"version": "2.79.4",
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.79.3",
3+
"version": "2.79.4",
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.79.3",
3+
"version": "2.79.4",
44
"private": true,
55
"exports": "./src/server.js",
66
"engines": {

0 commit comments

Comments
 (0)