Skip to content

Commit 3d32f29

Browse files
committed
chore(release): 🚀 1.0.1
1 parent 6dff662 commit 3d32f29

File tree

3 files changed

+32
-7
lines changed

3 files changed

+32
-7
lines changed

CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Changelog
2+
3+
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.
4+
5+
### [1.0.1](https://github.com/fvtt-fria-ligan/yearzero-combat-fvtt/compare/1.0.0...1.0.1) (2023-01-07)
6+
7+
8+
### Features
9+
10+
* **Hooks:** ✨ Add Ready Hook ([a2af8b9](https://github.com/fvtt-fria-ligan/yearzero-combat-fvtt/commit/a2af8b9dd156cded2b7c58e969a947e86017bd9a))
11+
12+
13+
### Bug Fixes
14+
15+
* 🐛 Link project ([503c685](https://github.com/fvtt-fria-ligan/yearzero-combat-fvtt/commit/503c68596bba9d765a66273ba013d1f3c57ce9fc))
16+
* **Combat-tracker:** 🐛 Token hover in and out ([6fa4d5e](https://github.com/fvtt-fria-ligan/yearzero-combat-fvtt/commit/6fa4d5e83f39166819240d829a4196dc497801ec)), closes [#20](https://github.com/fvtt-fria-ligan/yearzero-combat-fvtt/issues/20)
17+
* **Combatant-Config:** 🐛 Enforce max draw size ([bf30f11](https://github.com/fvtt-fria-ligan/yearzero-combat-fvtt/commit/bf30f11353acd046de75c73157a99ea9fb491451))
18+
19+
### 1.0.0 (2022-12-23)
20+
21+
* Initial release.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "yearzero-combat-fvtt",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"type": "module",
55
"description": "Foundry VTT module for Year Zero Engine combat",
66
"scripts": {
@@ -76,4 +76,4 @@
7676
"volta": {
7777
"node": "16.14.2"
7878
}
79-
}
79+
}

static/module.json

+9-5
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"id": "yze-combat",
33
"title": "Year Zero Engine: ⚔️ Combat",
44
"description": "Adds YZE combat mechanics to a game system: Card initiative, slow & fast actions, groups, and more!",
5-
"version": "1.0.0",
5+
"version": "1.0.1",
66
"compatibility": {
77
"minimum": 10,
88
"verified": "10.291",
@@ -31,8 +31,12 @@
3131
"bugs": "https://github.com/fvtt-fria-ligan/yearzero-combat-fvtt/issues",
3232
"media": [],
3333
"scripts": [],
34-
"esmodules": ["yze-combat.js"],
35-
"styles": ["yze-combat.css"],
34+
"esmodules": [
35+
"yze-combat.js"
36+
],
37+
"styles": [
38+
"yze-combat.css"
39+
],
3640
"packs": [],
3741
"languages": [
3842
{
@@ -52,8 +56,8 @@
5256
"license": "LICENSE.txt",
5357
"socket": true,
5458
"manifest": "https://github.com/fvtt-fria-ligan/yearzero-combat-fvtt/releases/latest/download/system.json",
55-
"download": "https://github.com/fvtt-fria-ligan/yearzero-combat-fvtt/releases/download/latest/yearzero-combat-fvtt.zip",
59+
"download": "https://github.com/fvtt-fria-ligan/yearzero-combat-fvtt/releases/download/1.0.1/module.zip",
5660
"flags": {
5761
"allowBugReporter": true
5862
}
59-
}
63+
}

0 commit comments

Comments
 (0)