Skip to content

Commit 6720bd8

Browse files
chore(release): 4.2.0 [skip ci]
# [4.2.0](4.1.5...4.2.0) (2025-02-22) ### Bug Fixes * make changes to comply with some upcoming Kanka API changes ([250d331](250d331)), closes [#146](#146) * rename "items" to "objects" to be in line with Kankas UI ([af33bfc](af33bfc)) ### Features * add location to quests and add support for all instigator types ([803a3f0](803a3f0)) * add price, size and weight properties to objects ([25c1b75](25c1b75)) * Display if Creatures, Families, Races or Locations ar dead, extinct or destroyed respectively. ([5f0aba3](5f0aba3))
1 parent 5f0aba3 commit 6720bd8

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# [4.2.0](https://github.com/eXaminator/kanka-foundry/compare/4.1.5...4.2.0) (2025-02-22)
2+
3+
4+
### Bug Fixes
5+
6+
* make changes to comply with some upcoming Kanka API changes ([250d331](https://github.com/eXaminator/kanka-foundry/commit/250d331bb7b6aca56eff4efa8d2bf56537e8aaf3)), closes [#146](https://github.com/eXaminator/kanka-foundry/issues/146)
7+
* rename "items" to "objects" to be in line with Kankas UI ([af33bfc](https://github.com/eXaminator/kanka-foundry/commit/af33bfcdfabe47dcbdbe81d18292e49d5b9d6a32))
8+
9+
10+
### Features
11+
12+
* add location to quests and add support for all instigator types ([803a3f0](https://github.com/eXaminator/kanka-foundry/commit/803a3f0295b0b991805d58416748a0620220a4e0))
13+
* add price, size and weight properties to objects ([25c1b75](https://github.com/eXaminator/kanka-foundry/commit/25c1b7596b365d341b77b3c070635c6157b98e66))
14+
* Display if Creatures, Families, Races or Locations ar dead, extinct or destroyed respectively. ([5f0aba3](https://github.com/eXaminator/kanka-foundry/commit/5f0aba37d53b94f6e18f8de3af48ce9498993c55))
15+
116
## [4.1.5](https://github.com/eXaminator/kanka-foundry/compare/4.1.4...4.1.5) (2024-11-17)
217

318

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "kanka-foundry",
4-
"version": "4.1.5",
4+
"version": "4.2.0",
55
"description": "",
66
"repository": "https://github.com/eXaminator/kanka-foundry",
77
"type": "module",

0 commit comments

Comments
 (0)