Skip to content

Commit

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

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.9.0](https://github.com/valentine195/obsidian-5e-statblocks/compare/2.8.0...2.9.0) (2022-01-21)


### Features

* switch to esbuild ([766bb45](https://github.com/valentine195/obsidian-5e-statblocks/commit/766bb455444928cc8d44e333d3ee11e30bfc9dcb))


### Bug Fixes

* fixes issue where providing an empty subtype would crash plugin ([b16bfd0](https://github.com/valentine195/obsidian-5e-statblocks/commit/b16bfd03d7a92f495b9fa230667c6e1e1bc5128f))
* removed logs ([ac4789a](https://github.com/valentine195/obsidian-5e-statblocks/commit/ac4789ab87d321ae724515de96b7c215d04159ae))
* removes extraneous logs ([da7f93a](https://github.com/valentine195/obsidian-5e-statblocks/commit/da7f93a849e493850ad04cc5323e524799dc3d71))

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


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

0 comments on commit 9ce1f20

Please sign in to comment.