diff --git a/CHANGELOG.md b/CHANGELOG.md index 0295ac1..3ab61f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,22 @@ 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. +## [1.2.0](https://github.com/fvtt-fria-ligan/yearzero-combat-fvtt/compare/1.1.0...1.2.0) (2023-08-21) + + +### Features + +* ✨ Add lock initiative button ([52dde6e](https://github.com/fvtt-fria-ligan/yearzero-combat-fvtt/commit/52dde6eb8c4eae851e00d92c4e2bb73ba71b7b61)) +* ✨ Add state to combatants ([0ea4da5](https://github.com/fvtt-fria-ligan/yearzero-combat-fvtt/commit/0ea4da5672811cd080c411cf50adc64488a2e454)) + + +### Bug Fixes + +* 🐛 Add conditional display to buttons ([fbfce03](https://github.com/fvtt-fria-ligan/yearzero-combat-fvtt/commit/fbfce0310f9f2b11ecd78c4be320ce516df9e9d7)) +* 🐛 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) +* 🐛 Locking initiative in groups ([c5549b1](https://github.com/fvtt-fria-ligan/yearzero-combat-fvtt/commit/c5549b182db8eefab543379e0b785efa1dfb2977)) +* 🐛 Require reload on setting Reset Each Round ([f2d7038](https://github.com/fvtt-fria-ligan/yearzero-combat-fvtt/commit/f2d7038bb0f3e4930e3b03239e14211a397a9f03)) + ## [1.1.0](https://github.com/fvtt-fria-ligan/yearzero-combat-fvtt/compare/1.0.1...1.1.0) (2023-08-18) diff --git a/package.json b/package.json index ea34e23..6bce316 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "yearzero-combat-fvtt", - "version": "1.1.0", + "version": "1.2.0", "type": "module", "description": "Foundry VTT module for Year Zero Engine combat", "scripts": { diff --git a/static/module.json b/static/module.json index 459db2c..d2f18cb 100644 --- a/static/module.json +++ b/static/module.json @@ -2,7 +2,7 @@ "id": "yze-combat", "title": "Year Zero Engine: ⚔️ Combat", "description": "Adds YZE combat mechanics to a game system: Card initiative, slow & fast actions, groups, and more!", - "version": "1.1.0", + "version": "1.2.0", "compatibility": { "minimum": 10, "verified": "10.291", @@ -56,7 +56,7 @@ "license": "LICENSE.txt", "socket": true, "manifest": "https://github.com/fvtt-fria-ligan/yearzero-combat-fvtt/releases/latest/download/system.json", - "download": "https://github.com/fvtt-fria-ligan/yearzero-combat-fvtt/releases/download/1.1.0/module.zip", + "download": "https://github.com/fvtt-fria-ligan/yearzero-combat-fvtt/releases/download/1.2.0/module.zip", "flags": { "allowBugReporter": true }