Skip to content

Commit cdcf34a

Browse files
committed
chore(release): 2.3.1
1 parent 3bf6bc9 commit cdcf34a

4 files changed

Lines changed: 14 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
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.1](https://github.com/valentine195/obsidian-5e-statblocks/compare/2.3.0...2.3.1) (2022-01-06)
6+
7+
8+
### Bug Fixes
9+
10+
* fix column wrapping ([ea619c2](https://github.com/valentine195/obsidian-5e-statblocks/commit/ea619c2f9445caa0dfb2fa226c910d4b22b7334c))
11+
* fix column wrapping better ([7c3793d](https://github.com/valentine195/obsidian-5e-statblocks/commit/7c3793daabc2af20233219c8cd61459b04646173))
12+
* remove log from image component ([876abbc](https://github.com/valentine195/obsidian-5e-statblocks/commit/876abbc87745a431d18425d9c745942063f77c9b))
13+
* update plugin name in console messages ([9aa7b53](https://github.com/valentine195/obsidian-5e-statblocks/commit/9aa7b533fc2cc1519bcd12081f87636d888e4264))
14+
515
## [2.3.0](https://github.com/valentine195/obsidian-5e-statblocks/compare/2.2.4...2.3.0) (2022-01-06)
616

717

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

0 commit comments

Comments
 (0)