diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a34c32d..7db824a6 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.0](https://github.com/5e-bits/5e-database/compare/v5.7.0...v5.8.0) (2026-05-18) + + +### Features + +* **language:** add levels, rule-sections and features French translations ([#1128](https://github.com/5e-bits/5e-database/issues/1128)) ([d4a7a31](https://github.com/5e-bits/5e-database/commit/d4a7a31811a6610740aa0a0f61593d19ccd46f0b)) + ## [5.7.0](https://github.com/5e-bits/5e-database/compare/v5.6.0...v5.7.0) (2026-05-11) diff --git a/package-lock.json b/package-lock.json index 02eb32e3..a656ee34 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "5e-database", - "version": "5.7.0", + "version": "5.8.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "5e-database", - "version": "5.7.0", + "version": "5.8.0", "license": "MIT", "devDependencies": { "@eslint/js": "^10.0.1", diff --git a/package.json b/package.json index 2268d5ea..ad877d11 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "5e-database", - "version": "5.7.0", + "version": "5.8.0", "description": "Database for 5e-srd-api", "private": true, "engines": {