Skip to content

Commit 5ab90e8

Browse files
committed
chore(release): 2.0.12
1 parent c1ea36a commit 5ab90e8

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
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.0.12](https://github.com/valentine195/obsidian-5e-statblocks/compare/2.0.11...2.0.12) (2021-12-21)
6+
7+
8+
### Bug Fixes
9+
10+
* fixed issue with displaying conditioned properties ([c1ea36a](https://github.com/valentine195/obsidian-5e-statblocks/commit/c1ea36ac588868a1a6f7029d56ebbba011bc1c35))
11+
512
### [1.5.8](https://github.com/valentine195/obsidian-5e-statblocks/compare/2.0.8...1.5.8) (2021-12-16)
613

714

manifest.json

+1-1
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.0.11",
4+
"version": "2.0.12",
55
"description": "Create 5e styled statblocks in Obsidian.md",
66
"minAppVersion": "0.12.0",
77
"author": "Jeremy Valentine",

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

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

0 commit comments

Comments
 (0)