Skip to content

Commit

Permalink
chore(release): 2.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
valentine195 committed Jan 6, 2022
1 parent 6e91ac7 commit 907748a
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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.2.4](https://github.com/valentine195/obsidian-5e-statblocks/compare/2.2.3...2.2.4) (2022-01-06)


### Bug Fixes

* fixed damage resistances display name and order (close [#26](https://github.com/valentine195/obsidian-5e-statblocks/issues/26)) ([6e91ac7](https://github.com/valentine195/obsidian-5e-statblocks/commit/6e91ac7d40e7ebf3d92587ec7faa3b64722a93cd))

### [2.2.3](https://github.com/valentine195/obsidian-5e-statblocks/compare/2.2.2...2.2.3) (2022-01-04)

### [2.2.2](https://github.com/valentine195/obsidian-5e-statblocks/compare/2.2.1...2.2.2) (2022-01-04)
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.2.3",
"version": "2.2.4",
"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.2.3",
"version": "2.2.4",
"description": "Create 5e styled statblocks in Obsidian.md",
"main": "main.js",
"scripts": {
Expand Down

0 comments on commit 907748a

Please sign in to comment.