Skip to content

Commit 68c22eb

Browse files
committed
chore(release): 0.0.5
1 parent f06b1a2 commit 68c22eb

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 [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [0.0.5](https://github.com/Ethaks/FVTT-Metron/compare/v0.0.4...v0.0.5) (2022-10-16)
6+
7+
8+
### Features
9+
10+
* convert lights and token sight data in scenes ([f06b1a2](https://github.com/Ethaks/FVTT-Metron/commit/f06b1a2c8fe31bced6e136387e88011ac9f2ec12))
11+
512
### [0.0.4](///compare/v0.0.3...v0.0.4) (2022-09-19)
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.0.4",
6+
"version": "0.0.5",
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.4",
12+
"version": "0.0.5",
1313
"minimumCoreVersion": "9",
1414
"compatibleCoreVersion": "9",
1515
"compatibility": { "minimum": "9", "verified": "9" },
@@ -26,7 +26,7 @@
2626
},
2727
"socket": false,
2828
"manifest": "This is auto replaced",
29-
"download": "https://github.com/Ethaks/FVTT-Metron/releases/download/v0.0.4/module.zip",
29+
"download": "https://github.com/Ethaks/FVTT-Metron/releases/download/v0.0.5/module.zip",
3030
"library": false,
3131
"flags": { "fvttdevleague": { "package-jam": 2022 } }
3232
}

0 commit comments

Comments
 (0)