Skip to content

Commit

Permalink
TTRPG Statblocks Release: v2.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
valentine195 committed Jan 21, 2022
1 parent 9cf2510 commit 9273b90
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 4 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

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.

## [2.10.0](https://github.com/valentine195/obsidian-5e-statblocks/compare/2.9.0...2.10.0) (2022-01-21)


### Features

* add support for statblocks defined in yaml ([de81930](https://github.com/valentine195/obsidian-5e-statblocks/commit/de8193046025f714c859b4e56e13253f34ba35ac))


### Bug Fixes

* fix column wrapping logic on large blocks ([7e6b3fc](https://github.com/valentine195/obsidian-5e-statblocks/commit/7e6b3fce272c9195f8de22e371b4e28dd6e08a1c))
* fixed issue with settings when monster had no source ([299f5c7](https://github.com/valentine195/obsidian-5e-statblocks/commit/299f5c7d2f169e134782e0827cecf903763ff49b))

## [2.9.0](https://github.com/valentine195/obsidian-5e-statblocks/compare/2.8.0...2.9.0) (2022-01-21)


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": "TTRPG Statblocks",
"version": "2.9.0",
"version": "2.10.0",
"description": "Create 5e styled 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": "obsidian-5e-statblocks",
"version": "2.9.0",
"version": "2.10.0",
"description": "Create 5e styled statblocks in Obsidian.md",
"main": "main.js",
"scripts": {
Expand Down

0 comments on commit 9273b90

Please sign in to comment.