Skip to content

Commit f50b88a

Browse files
chore(release): 4.0.0 [skip ci]
# [4.0.0](v3.26.1...v4.0.0) (2025-09-04) * refactor(race/subrace)!: remove redundant data ([#875](#875)) ([67261fb](67261fb)), closes [#874](#874) ### BREAKING CHANGES * dropped the `race.starting_proficiencies`, `race.starting_proficiency_options`, `subrace.starting_proficiencies`, `subrace.language_options`, and `subrace.languages` properties of all races and subraces in the database. Clients can instead find this data on the corresponding traits linked to each race or subrace. ## How was it tested? I ran the database + API project locally with Docker and called the endpoints of the various classes and subclasses. I also ran the unit and integration tests in the API project. ## Is there a Github issue this is resolving?
1 parent 67261fb commit f50b88a

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
# [4.0.0](https://github.com/5e-bits/5e-database/compare/v3.26.1...v4.0.0) (2025-09-04)
2+
3+
4+
* refactor(race/subrace)!: remove redundant data ([#875](https://github.com/5e-bits/5e-database/issues/875)) ([67261fb](https://github.com/5e-bits/5e-database/commit/67261fbf4b1c5c785aeab47fbd4356c328b0593c)), closes [#874](https://github.com/5e-bits/5e-database/issues/874)
5+
6+
7+
### BREAKING CHANGES
8+
9+
* dropped the `race.starting_proficiencies`,
10+
`race.starting_proficiency_options`, `subrace.starting_proficiencies`,
11+
`subrace.language_options`, and `subrace.languages` properties of all
12+
races and subraces in the database. Clients can instead find this data
13+
on the corresponding traits linked to each race or subrace.
14+
15+
## How was it tested?
16+
17+
I ran the database + API project locally with Docker and called the
18+
endpoints of the various classes and subclasses. I also ran the unit and
19+
integration tests in the API project.
20+
21+
## Is there a Github issue this is resolving?
22+
123
## [3.26.1](https://github.com/5e-bits/5e-database/compare/v3.26.0...v3.26.1) (2025-06-30)
224

325

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "5e-database",
3-
"version": "3.26.1",
3+
"version": "4.0.0",
44
"description": "Database for 5e-srd-api",
55
"private": true,
66
"engines": {

0 commit comments

Comments
 (0)