Skip to content

Commit b510878

Browse files
committed
chore(release): 0.3.6
1 parent e4da253 commit b510878

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
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 [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.
44

5+
## [0.3.6](https://github.com/Ethaks/FVTT-Metron/compare/v0.3.5...v0.3.6) (2024-11-20)
6+
7+
8+
### Bug Fixes
9+
10+
* prevent error when converting actors without race items ([e4da253](https://github.com/Ethaks/FVTT-Metron/commit/e4da253c25cb26a919f6fc346dea6bf470f3939b))
11+
512
## [0.3.5](https://github.com/Ethaks/FVTT-Metron/compare/v0.3.4...v0.3.5) (2024-11-15)
613

714

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "metron",
44
"description": "Convert Foundry VTT documents from the imperial system to the metric system and vice versa.",
55
"license": "MIT",
6-
"version": "0.3.5",
6+
"version": "0.3.6",
77
"homepage": "https://github.com/Ethaks/FVTT-Metron",
88
"repository": {
99
"type": "git",

public/module.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"readme": "https://github.com/Ethaks/FVTT-Metron/blob/master/README.md",
1010
"bugs": "https://github.com/Ethaks/FVTT-Metron/issues",
1111
"changelog": "https://github.com/Ethaks/FVTT-Metron/blob/master/CHANGELOG.md",
12-
"version": "0.3.5",
12+
"version": "0.3.6",
1313
"compatibility": { "minimum": "12", "verified": "12" },
1414
"esmodules": ["metron.js"],
1515
"languages": [
@@ -23,6 +23,6 @@
2323
},
2424
"socket": false,
2525
"manifest": "This is auto replaced",
26-
"download": "https://github.com/Ethaks/FVTT-Metron/releases/download/v0.3.5/module.zip",
26+
"download": "https://github.com/Ethaks/FVTT-Metron/releases/download/v0.3.6/module.zip",
2727
"library": false
2828
}

0 commit comments

Comments
 (0)