Skip to content

Commit

Permalink
chore(main): release 13.0.11 (#278)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored May 9, 2024
1 parent 27c4d92 commit 58f86e1
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "13.0.10"
".": "13.0.11"
}
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [13.0.11](https://github.com/javalent/initiative-tracker/compare/13.0.10...13.0.11) (2024-05-09)


### Bug Fixes

* Check for Statblock-style links and transform them before parsing the `statblock-link` property ([8bc3ae5](https://github.com/javalent/initiative-tracker/commit/8bc3ae56bee16176e209c2e70b734e39f1285154))
* Fixes error where values specified as a list in a creature were not being filtered correctly in the encounter builder ([a395715](https://github.com/javalent/initiative-tracker/commit/a3957151c2e041bbf62607cade6a3a0c335ed616))
* Normalize derived options in Encounter Builder options filters ([27c4d92](https://github.com/javalent/initiative-tracker/commit/27c4d92fc7e95e4ae10502dc17744b0931822c55))

## [13.0.10](https://github.com/javalent/initiative-tracker/compare/13.0.9...13.0.10) (2024-05-02)


Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "initiative-tracker",
"name": "Initiative Tracker",
"version": "13.0.10",
"version": "13.0.11",
"minAppVersion": "0.15.0",
"author": "Jeremy Valentine",
"description": "TTRPG Initiative Tracker for Obsidian.md",
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,6 +1,6 @@
{
"name": "@javalent/initiative-tracker",
"version": "13.0.10",
"version": "13.0.11",
"description": "TTRPG Initiative Tracker for Obsidian.md",
"types": "./dist/index.d.ts",
"scripts": {
Expand Down

0 comments on commit 58f86e1

Please sign in to comment.