Skip to content

Commit 463e2b4

Browse files
chore(main): release 4.7.0
1 parent 7756cbc commit 463e2b4

3 files changed

Lines changed: 40 additions & 30 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,14 @@ integration tests in the API project.
2727

2828
## Is there a Github issue this is resolving?
2929

30+
## [4.7.0](https://github.com/5e-bits/5e-database/compare/v4.6.3...v4.7.0) (2026-04-13)
31+
32+
33+
### Features
34+
35+
* **2024:** 2024 classes and updates to proficiencies and equipments ([#1068](https://github.com/5e-bits/5e-database/issues/1068)) ([d418128](https://github.com/5e-bits/5e-database/commit/d4181284546f4d49bc013e04701f32b52f1b3bed))
36+
* update 2024 ClassSchema with primary_ability logic ([#1066](https://github.com/5e-bits/5e-database/issues/1066)) ([e413273](https://github.com/5e-bits/5e-database/commit/e4132737f8ace1674e33643123d3a4a1ec38a3e9))
37+
3038
## [4.6.3](https://github.com/5e-bits/5e-database/compare/v4.6.2...v4.6.3) (2026-04-01)
3139

3240

package-lock.json

Lines changed: 29 additions & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "5e-database",
3-
"version": "4.6.3",
3+
"version": "4.7.0",
44
"description": "Database for 5e-srd-api",
55
"private": true,
66
"engines": {
@@ -32,14 +32,14 @@
3232
"@types/node": "^25.5.2",
3333
"@typescript-eslint/parser": "^8.58.0",
3434
"@vitest/coverage-v8": "^4.1.2",
35-
"@vitest/eslint-plugin": "^1.6.15",
35+
"@vitest/eslint-plugin": "^1.6.14",
3636
"deep-diff": "^1.0.2",
3737
"eslint": "^10.2.0",
3838
"eslint-config-prettier": "^10.1.8",
3939
"eslint-plugin-prettier": "^5.5.5",
4040
"glob": "^13.0.6",
4141
"globals": "^17.4.0",
42-
"jsdom": "^29.0.2",
42+
"jsdom": "^29.0.1",
4343
"mongodb": "^7.1.1",
4444
"redis": "^5.11.0",
4545
"typescript": "^6.0.2",

0 commit comments

Comments
 (0)