Skip to content

Commit e520807

Browse files
committed
chore(release): 🚀 1.3.0
1 parent 0e51865 commit e520807

File tree

3 files changed

+17
-4
lines changed

3 files changed

+17
-4
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
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.3.0](https://github.com/fvtt-fria-ligan/yearzero-combat-fvtt/compare/1.2.2...1.3.0) (2024-05-28)
6+
7+
8+
### Features
9+
10+
* ✨ Add a single-action mode for the combat tracker ([#39](https://github.com/fvtt-fria-ligan/yearzero-combat-fvtt/issues/39)) ([0e51865](https://github.com/fvtt-fria-ligan/yearzero-combat-fvtt/commit/0e51865fe08ddbbc523957efe4f831b5994808a7))
11+
* ✨ Fast / Slow actions tied to tokens ([#38](https://github.com/fvtt-fria-ligan/yearzero-combat-fvtt/issues/38)) ([2484b0b](https://github.com/fvtt-fria-ligan/yearzero-combat-fvtt/commit/2484b0b199b329fb5d4a50be70d493dbb2605015))
12+
13+
14+
### Bug Fixes
15+
16+
* 🐛 prevent turn from changing when swapping initiative ([#40](https://github.com/fvtt-fria-ligan/yearzero-combat-fvtt/issues/40)) ([69eee2c](https://github.com/fvtt-fria-ligan/yearzero-combat-fvtt/commit/69eee2cc68694cf37fc9e925c732fa22ed7b71d4))
17+
518
### [1.2.2](https://github.com/fvtt-fria-ligan/yearzero-combat-fvtt/compare/1.2.1...1.2.2) (2023-08-26)
619

720

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.2.2",
3+
"version": "1.3.0",
44
"type": "module",
55
"description": "Foundry VTT module for Year Zero Engine combat",
66
"scripts": {

static/module.json

+3-3
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.2.2",
5+
"version": "1.3.0",
66
"compatibility": {
77
"minimum": 10,
88
"verified": 11,
@@ -61,8 +61,8 @@
6161
"license": "LICENSE.txt",
6262
"socket": true,
6363
"manifest": "https://github.com/fvtt-fria-ligan/yearzero-combat-fvtt/releases/latest/download/system.json",
64-
"download": "https://github.com/fvtt-fria-ligan/yearzero-combat-fvtt/releases/download/1.2.2/module.zip",
64+
"download": "https://github.com/fvtt-fria-ligan/yearzero-combat-fvtt/releases/download/1.3.0/module.zip",
6565
"flags": {
6666
"allowBugReporter": true
6767
}
68-
}
68+
}

0 commit comments

Comments
 (0)