Skip to content

Commit

Permalink
chore(release): 🚀 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aMediocreDad committed Aug 21, 2023
1 parent 8290904 commit d536c9b
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
4 changes: 2 additions & 2 deletions static/module.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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
}
Expand Down

0 comments on commit d536c9b

Please sign in to comment.