Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…atblocks into main
  • Loading branch information
valentine195 committed Sep 30, 2023
2 parents dd79164 + 0f0fc9d commit 127bcdb
Show file tree
Hide file tree
Showing 5 changed files with 13 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 @@
{
".": "3.13.1"
".": "3.13.2"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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.

## [3.13.2](https://github.com/javalent/fantasy-statblocks/compare/3.13.1...3.13.2) (2023-09-28)


### Bug Fixes

* fixes parsing wikilinks out of nested arrays in frontmatter ([f5676c2](https://github.com/javalent/fantasy-statblocks/commit/f5676c251f0076619190840cb5981020d4a09436))
* Fixes table Ability Modifier callback input not being in the collapsible Advanced element ([427a05d](https://github.com/javalent/fantasy-statblocks/commit/427a05d5224d9d343e1d24fc9312881a85962860))

## [3.13.1](https://github.com/javalent/fantasy-statblocks/compare/3.13.0...3.13.1) (2023-09-27)


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": "obsidian-5e-statblocks",
"name": "Fantasy Statblocks",
"version": "3.13.1",
"version": "3.13.2",
"description": "Create Fantasy Statblocks in Obsidian.md",
"minAppVersion": "0.12.0",
"author": "Jeremy Valentine",
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": "fantasy-statblocks",
"version": "3.13.1",
"version": "3.13.2",
"description": "Create Fantasy statblocks in Obsidian.md",
"scripts": {
"dev": "node ./esbuild.config.mjs",
Expand Down

0 comments on commit 127bcdb

Please sign in to comment.