Skip to content

Commit

Permalink
chore(release): 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
valentine195 committed Dec 21, 2021
1 parent ba5a2a1 commit 082183c
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.1.0](https://github.com/valentine195/obsidian-5e-statblocks/compare/2.0.12...2.1.0) (2021-12-21)


### Features

* added "Delete All Filtered" button to settings ([0dcff35](https://github.com/valentine195/obsidian-5e-statblocks/commit/0dcff35db70120da8fe266e4b752e0404e99baec))


### Bug Fixes

* failing to get a dice roller broke plugin ([ba5a2a1](https://github.com/valentine195/obsidian-5e-statblocks/commit/ba5a2a1b27184245d126639a3f7199bbc26169cb))
* improved initiative importing errors (close [#21](https://github.com/valentine195/obsidian-5e-statblocks/issues/21)) ([5d0010f](https://github.com/valentine195/obsidian-5e-statblocks/commit/5d0010f90098d5f0a45b3f095a3dade4c879d988))
* increased threshold to create multiple columns ([3d95c86](https://github.com/valentine195/obsidian-5e-statblocks/commit/3d95c864cce5d9d00bc5318ee1d5bab4c90cec74))
* proficiency bonus is now correctly calculated ([3cc9bbe](https://github.com/valentine195/obsidian-5e-statblocks/commit/3cc9bbe13d555c006e2866488a382280984a8732))

### [2.0.12](https://github.com/valentine195/obsidian-5e-statblocks/compare/2.0.11...2.0.12) (2021-12-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.0.12",
"version": "2.1.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.0.12",
"version": "2.1.0",
"description": "Create 5e styled statblocks in Obsidian.md",
"main": "main.js",
"scripts": {
Expand Down

0 comments on commit 082183c

Please sign in to comment.