Skip to content

Commit c67cc7f

Browse files
committed
chore(release): 🚀 1.3.1
1 parent 222f7db commit c67cc7f

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
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.1](https://github.com/fvtt-fria-ligan/yearzero-combat-fvtt/compare/1.3.0...1.3.1) (2024-06-06)
6+
7+
8+
### Bug Fixes
9+
10+
* 🐛 removes error when toggling status effect ([d956655](https://github.com/fvtt-fria-ligan/yearzero-combat-fvtt/commit/d9566557143c73c77b7ffdd651ffec175a496215))
11+
512
## [1.3.0](https://github.com/fvtt-fria-ligan/yearzero-combat-fvtt/compare/1.2.2...1.3.0) (2024-05-28)
613

714

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.3.0",
3+
"version": "1.3.1",
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.3.0",
5+
"version": "1.3.1",
66
"compatibility": {
77
"minimum": 10,
88
"verified": 11,
@@ -61,7 +61,7 @@
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.3.0/module.zip",
64+
"download": "https://github.com/fvtt-fria-ligan/yearzero-combat-fvtt/releases/download/1.3.1/module.zip",
6565
"flags": {
6666
"allowBugReporter": true
6767
}

0 commit comments

Comments
 (0)