Skip to content

Commit

Permalink
chore(release): 4.0.12 [skip ci]
Browse files Browse the repository at this point in the history
## [4.0.12](4.0.11...4.0.12) (2024-07-29)

### Bug Fixes

* fix styling for some tables ([9a530a1](9a530a1))
* hide informations from players that should not be visible to them ([c31e443](c31e443)), closes [#136](#136)
* show correct membership status for organisation members ([893503a](893503a))
* use parsed entry for personality and appearance traits to allow links to other entities ([78771db](78771db)), closes [#131](#131)
  • Loading branch information
semantic-release-bot committed Jul 29, 2024
1 parent 49f5421 commit eb8e1c7
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [4.0.12](https://github.com/eXaminator/kanka-foundry/compare/4.0.11...4.0.12) (2024-07-29)


### Bug Fixes

* fix styling for some tables ([9a530a1](https://github.com/eXaminator/kanka-foundry/commit/9a530a1fc51bf98c2511530b3e8be95ce7818a8f))
* hide informations from players that should not be visible to them ([c31e443](https://github.com/eXaminator/kanka-foundry/commit/c31e44349f0d18cebf1a582c5e488d6a27bdff08)), closes [#136](https://github.com/eXaminator/kanka-foundry/issues/136)
* show correct membership status for organisation members ([893503a](https://github.com/eXaminator/kanka-foundry/commit/893503a524508efcac87fcf3cff699713a389f8a))
* use parsed entry for personality and appearance traits to allow links to other entities ([78771db](https://github.com/eXaminator/kanka-foundry/commit/78771db5e8216569a08f1b53d31d75371d35e667)), closes [#131](https://github.com/eXaminator/kanka-foundry/issues/131)

## [4.0.11](https://github.com/eXaminator/kanka-foundry/compare/4.0.10...4.0.11) (2024-06-02)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "kanka-foundry",
"version": "4.0.11",
"version": "4.0.12",
"description": "",
"repository": "https://github.com/eXaminator/kanka-foundry",
"type": "module",
Expand Down

0 comments on commit eb8e1c7

Please sign in to comment.