Skip to content

Commit d536c9b

Browse files
committed
chore(release): 🚀 1.2.0
1 parent 8290904 commit d536c9b

File tree

3 files changed

+19
-3
lines changed

3 files changed

+19
-3
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
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+
## [1.2.0](https://github.com/fvtt-fria-ligan/yearzero-combat-fvtt/compare/1.1.0...1.2.0) (2023-08-21)
6+
7+
8+
### Features
9+
10+
* ✨ Add lock initiative button ([52dde6e](https://github.com/fvtt-fria-ligan/yearzero-combat-fvtt/commit/52dde6eb8c4eae851e00d92c4e2bb73ba71b7b61))
11+
* ✨ Add state to combatants ([0ea4da5](https://github.com/fvtt-fria-ligan/yearzero-combat-fvtt/commit/0ea4da5672811cd080c411cf50adc64488a2e454))
12+
13+
14+
### Bug Fixes
15+
16+
* 🐛 Add conditional display to buttons ([fbfce03](https://github.com/fvtt-fria-ligan/yearzero-combat-fvtt/commit/fbfce0310f9f2b11ecd78c4be320ce516df9e9d7))
17+
* 🐛 Handle duplicates when added to started combat ([f851374](https://github.com/fvtt-fria-ligan/yearzero-combat-fvtt/commit/f85137419e4bb8bc76b5e1219123569bd0b4bf71)), closes [#30](https://github.com/fvtt-fria-ligan/yearzero-combat-fvtt/issues/30)
18+
* 🐛 Locking initiative in groups ([c5549b1](https://github.com/fvtt-fria-ligan/yearzero-combat-fvtt/commit/c5549b182db8eefab543379e0b785efa1dfb2977))
19+
* 🐛 Require reload on setting Reset Each Round ([f2d7038](https://github.com/fvtt-fria-ligan/yearzero-combat-fvtt/commit/f2d7038bb0f3e4930e3b03239e14211a397a9f03))
20+
521
## [1.1.0](https://github.com/fvtt-fria-ligan/yearzero-combat-fvtt/compare/1.0.1...1.1.0) (2023-08-18)
622

723

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "yearzero-combat-fvtt",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"type": "module",
55
"description": "Foundry VTT module for Year Zero Engine combat",
66
"scripts": {

static/module.json

+2-2
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.1.0",
5+
"version": "1.2.0",
66
"compatibility": {
77
"minimum": 10,
88
"verified": "10.291",
@@ -56,7 +56,7 @@
5656
"license": "LICENSE.txt",
5757
"socket": true,
5858
"manifest": "https://github.com/fvtt-fria-ligan/yearzero-combat-fvtt/releases/latest/download/system.json",
59-
"download": "https://github.com/fvtt-fria-ligan/yearzero-combat-fvtt/releases/download/1.1.0/module.zip",
59+
"download": "https://github.com/fvtt-fria-ligan/yearzero-combat-fvtt/releases/download/1.2.0/module.zip",
6060
"flags": {
6161
"allowBugReporter": true
6262
}

0 commit comments

Comments
 (0)