From 361acac1f545abb82b60b9cd50b9d89069a1da02 Mon Sep 17 00:00:00 2001 From: "5e-bits-deploy-bot[bot]" <209387221+5e-bits-deploy-bot[bot]@users.noreply.github.com> Date: Sat, 23 May 2026 16:05:55 +0000 Subject: [PATCH] chore(main): release 5.8.1 --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7db824a6..28a380e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,6 +27,13 @@ integration tests in the API project. ## Is there a Github issue this is resolving? +## [5.8.1](https://github.com/5e-bits/5e-database/compare/v5.8.0...v5.8.1) (2026-05-23) + + +### Bug Fixes + +* **translation:** add missing features french translations ([#1130](https://github.com/5e-bits/5e-database/issues/1130)) ([6e137b5](https://github.com/5e-bits/5e-database/commit/6e137b599d0b5b84e4ffec3629c6f415ba1ad96a)) + ## [5.8.0](https://github.com/5e-bits/5e-database/compare/v5.7.0...v5.8.0) (2026-05-18) diff --git a/package-lock.json b/package-lock.json index b96a66ea..a576854d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "5e-database", - "version": "5.8.0", + "version": "5.8.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "5e-database", - "version": "5.8.0", + "version": "5.8.1", "license": "MIT", "devDependencies": { "@eslint/js": "^10.0.1", diff --git a/package.json b/package.json index 32f26e7b..5283d245 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "5e-database", - "version": "5.8.0", + "version": "5.8.1", "description": "Database for 5e-srd-api", "private": true, "engines": {