Skip to content

Commit 7f672e2

Browse files
committed
chore(release): 0.1.0
1 parent 2e0b190 commit 7f672e2

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
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+
## [0.1.0](https://github.com/Ethaks/FVTT-Metron/compare/v0.0.6...v0.1.0) (2023-01-19)
6+
7+
8+
### Features
9+
10+
* add conversion of party descriptions and fix their item conversion ([a219720](https://github.com/Ethaks/FVTT-Metron/commit/a219720b4f0b91c038bc1666eaa08baff87c21de))
11+
* add setting to override system weight conversion for encumbrance ([bc283af](https://github.com/Ethaks/FVTT-Metron/commit/bc283afe76f59d297bb3f366f7045e99356d687c))
12+
513
### [0.0.6](https://github.com/Ethaks/FVTT-Metron/compare/v0.0.5...v0.0.6) (2023-01-19)
614

715

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.0.6",
6+
"version": "0.1.0",
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.0.6",
12+
"version": "0.1.0",
1313
"minimumCoreVersion": "9",
1414
"compatibleCoreVersion": "9",
1515
"compatibility": { "minimum": "9", "verified": "10.291" },
@@ -26,6 +26,6 @@
2626
},
2727
"socket": false,
2828
"manifest": "This is auto replaced",
29-
"download": "https://github.com/Ethaks/FVTT-Metron/releases/download/v0.0.6/module.zip",
29+
"download": "https://github.com/Ethaks/FVTT-Metron/releases/download/v0.1.0/module.zip",
3030
"library": false
3131
}

0 commit comments

Comments
 (0)