Skip to content

Commit 9058218

Browse files
committed
chore(release): 2.3.0
1 parent f6fa7eb commit 9058218

File tree

4 files changed

+16
-4
lines changed

4 files changed

+16
-4
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
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.3.0](https://github.com/valentine195/obsidian-5e-statblocks/compare/2.2.4...2.3.0) (2022-01-06)
6+
7+
8+
### Features
9+
10+
* allow any monster to be saved (close [#27](https://github.com/valentine195/obsidian-5e-statblocks/issues/27)) ([861c8cb](https://github.com/valentine195/obsidian-5e-statblocks/commit/861c8cb3473f3cc8c57d9d7c86991144431a33e0))
11+
12+
13+
### Bug Fixes
14+
15+
* dice enabled blocks now default to using plugin parse method if no property or callback is provided ([f6fa7eb](https://github.com/valentine195/obsidian-5e-statblocks/commit/f6fa7ebf3d139be72726f80506a7fce56135adea))
16+
517
### [2.2.4](https://github.com/valentine195/obsidian-5e-statblocks/compare/2.2.3...2.2.4) (2022-01-06)
618

719

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.2.4",
4+
"version": "2.3.0",
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.2.4",
3+
"version": "2.3.0",
44
"description": "Create 5e styled statblocks in Obsidian.md",
55
"main": "main.js",
66
"scripts": {

0 commit comments

Comments
 (0)