Skip to content

Commit

Permalink
chore(release): 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
valentine195 committed Jan 4, 2022
1 parent 0265dcc commit 9a7496b
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 4 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

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.2.0](https://github.com/valentine195/obsidian-5e-statblocks/compare/2.1.1...2.2.0) (2022-01-04)


### Features

* added `image` parameter to statblocks ([0265dcc](https://github.com/valentine195/obsidian-5e-statblocks/commit/0265dcc7a10974244b32d8f74543b15192287bad))
* statblocks now receive monster name as class ([9b11b80](https://github.com/valentine195/obsidian-5e-statblocks/commit/9b11b80cfa779fb953e8ebe1791d8cff75b297c9))


### Bug Fixes

* Menu dropdown icon is now placed outside of statblock element ([115792a](https://github.com/valentine195/obsidian-5e-statblocks/commit/115792a4f1d3f4129caceb4a97058a692b390838))
* Subheading recursively stringifies properties ([34d291a](https://github.com/valentine195/obsidian-5e-statblocks/commit/34d291a0b3aa94894070828875d51d95832b63ad))
* Table headers maintain coloring ([707709f](https://github.com/valentine195/obsidian-5e-statblocks/commit/707709fdc47e3d0f1ec66c890e1d344333581ef8))

### [2.1.1](https://github.com/valentine195/obsidian-5e-statblocks/compare/2.1.0...2.1.1) (2021-12-22)


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.1.1",
"version": "2.2.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.1.1",
"version": "2.2.0",
"description": "Create 5e styled statblocks in Obsidian.md",
"main": "main.js",
"scripts": {
Expand Down

0 comments on commit 9a7496b

Please sign in to comment.