Skip to content

Commit 9ce1f20

Browse files
committed
TTRPG Statblocks Release: v2.9.0
1 parent ac4789a commit 9ce1f20

4 files changed

Lines changed: 18 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

33
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.
44

5+
## [2.9.0](https://github.com/valentine195/obsidian-5e-statblocks/compare/2.8.0...2.9.0) (2022-01-21)
6+
7+
8+
### Features
9+
10+
* switch to esbuild ([766bb45](https://github.com/valentine195/obsidian-5e-statblocks/commit/766bb455444928cc8d44e333d3ee11e30bfc9dcb))
11+
12+
13+
### Bug Fixes
14+
15+
* fixes issue where providing an empty subtype would crash plugin ([b16bfd0](https://github.com/valentine195/obsidian-5e-statblocks/commit/b16bfd03d7a92f495b9fa230667c6e1e1bc5128f))
16+
* removed logs ([ac4789a](https://github.com/valentine195/obsidian-5e-statblocks/commit/ac4789ab87d321ae724515de96b7c215d04159ae))
17+
* removes extraneous logs ([da7f93a](https://github.com/valentine195/obsidian-5e-statblocks/commit/da7f93a849e493850ad04cc5323e524799dc3d71))
18+
519
## [2.8.0](https://github.com/valentine195/obsidian-5e-statblocks/compare/2.7.1...2.8.0) (2022-01-20)
620

721

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "obsidian-5e-statblocks",
33
"name": "TTRPG Statblocks",
4-
"version": "2.8.0",
4+
"version": "2.9.0",
55
"description": "Create 5e styled statblocks in Obsidian.md",
66
"minAppVersion": "0.12.0",
77
"author": "Jeremy Valentine",

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obsidian-5e-statblocks",
3-
"version": "2.8.0",
3+
"version": "2.9.0",
44
"description": "Create 5e styled statblocks in Obsidian.md",
55
"main": "main.js",
66
"scripts": {

0 commit comments

Comments
 (0)