Skip to content

Commit fdfa2e8

Browse files
committed
chore(release): 🚀 Release v13.1.1
1 parent 436f837 commit fdfa2e8

File tree

4 files changed

+22
-16
lines changed

4 files changed

+22
-16
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.
44

5+
## [13.1.1](https://github.com/fvtt-fria-ligan/blade-runner-foundry-vtt/compare/13.1.0...13.1.1) (2025-08-25)
6+
7+
### Bug Fixes
8+
9+
- 🐛 Fix push button on floating dice chat card #62
10+
511
## [13.1.0](https://github.com/fvtt-fria-ligan/blade-runner-foundry-vtt/compare/13.0.0...13.1.0) (2025-06-18)
612

713
### Features

package-lock.json

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "blade-runner-foundry-vtt",
3-
"version": "13.1.0",
3+
"version": "13.1.1",
44
"type": "module",
55
"description": "Foundry VTT game System for Fria Ligan's Blade Runner RPG",
66
"repository": {
@@ -52,10 +52,10 @@
5252
},
5353
"devDependencies": {
5454
"@league-of-foundry-developers/foundry-vtt-types": "^12.331.5",
55-
"@types/jquery": "^3.5.32",
55+
"@types/jquery": "^3.5.33",
5656
"@typhonjs-fvtt/eslint-config-foundry.js": "0.8.0",
5757
"chalk": "^5.3.0",
58-
"commit-and-tag-version": "^12.2.0",
58+
"commit-and-tag-version": "^12.5.2",
5959
"cross-env": "7.0.3",
6060
"devmoji": "2.3.0",
6161
"esbuild": "^0.16.2",

static/system.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"id": "blade-runner",
33
"title": "Blade Runner 🦄 - The Roleplaying Game",
44
"description": "A neon-noir wonderland that’ll take your breath away. One way or another. An evocative world of conflicts and contrasts that dares to ask the hard questions and investigate the powers of empathy, the poisons of fear, and the burdens of being human during inhumane times. An iconic and unforgiving playground of endless possibilities that picks you up, slaps you in the face, and tells you to wake up. Time to live. Or time to die.",
5-
"version": "13.1.0",
5+
"version": "13.1.1",
66
"compatibility": {
77
"minimum": 13,
88
"verified": "13.345",
@@ -116,5 +116,5 @@
116116
"socket": false,
117117
"changelog": "https://github.com/fvtt-fria-ligan/blade-runner-foundry-vtt/releases",
118118
"manifest": "https://github.com/fvtt-fria-ligan/blade-runner-foundry-vtt/releases/latest/download/system.json",
119-
"download": "https://github.com/fvtt-fria-ligan/blade-runner-foundry-vtt/releases/download/13.1.0/blade-runner-fvtt_v13.1.0.zip"
119+
"download": "https://github.com/fvtt-fria-ligan/blade-runner-foundry-vtt/releases/download/13.1.1/blade-runner-fvtt_v13.1.1.zip"
120120
}

0 commit comments

Comments
 (0)