Skip to content

Commit ee31e69

Browse files
committed
chore(release): 0.10.0
1 parent 419f18e commit ee31e69

File tree

3 files changed

+26
-8
lines changed

3 files changed

+26
-8
lines changed

CHANGELOG.md

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,27 @@
11
# Changelog
22

3-
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.
3+
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.
4+
5+
## [0.10.0](https://github.com/Ethaks/FVTT-Quench/compare/v0.9.2...v0.10.0) (2025-04-30)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* increase minimum Foundry version to 12
11+
12+
* increase minimum Foundry version to 12 ([f8d80d2](https://github.com/Ethaks/FVTT-Quench/commit/f8d80d2129e0bad787e4a4b89b1313267400a193))
13+
14+
15+
### Features
16+
17+
* allow filtering based on batch title ([8fdd100](https://github.com/Ethaks/FVTT-Quench/commit/8fdd100eb21cf80a04016a945342c5d2a1711528))
18+
* update for v13 ([3e161d9](https://github.com/Ethaks/FVTT-Quench/commit/3e161d9852ae3d0c63317cd198696b4d7a8e3489))
19+
* use ApplicationV2 for Quench results ([c23dad1](https://github.com/Ethaks/FVTT-Quench/commit/c23dad110460b2f7f719e0b6997f7cb0f37589f5))
20+
21+
22+
### Bug Fixes
23+
24+
* add quench button to v2 sidebar again ([44f606d](https://github.com/Ethaks/FVTT-Quench/commit/44f606d8a884c5408bb98b3dd62fdfc01321905a))
425

526
### [0.9.2](https://github.com/Ethaks/FVTT-Quench/compare/v0.9.1...v0.9.2) (2023-06-19)
627

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ethaks/fvtt-quench",
3-
"version": "0.9.2",
3+
"version": "0.10.0",
44
"description": "Types for a Foundry VTT module enabling tests using Mocha and Chai",
55
"author": "Ethaks",
66
"contributors": [

public/module.json

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"id": "quench",
33
"title": "Quench",
44
"description": "Harden your Foundry module or system code with end-to-end UI tests directly within Foundry. Powered by Mocha.",
5-
"version": "0.9.2",
5+
"version": "0.10.0",
66
"authors": [
77
{
88
"name": "Ethaks",
@@ -15,14 +15,11 @@
1515
"languages": [{ "lang": "en", "name": "English", "path": "lang/en.json" }],
1616
"esmodules": ["quench.js"],
1717
"styles": ["quench.css"],
18-
"compatibility": {
19-
"minimum": "13.341",
20-
"verified": "13"
21-
},
18+
"compatibility": { "minimum": "13.341", "verified": "13" },
2219
"library": true,
2320
"url": "https://github.com/Ethaks/FVTT-Quench",
2421
"manifest": "https://github.com/Ethaks/FVTT-Quench/releases/latest/download/module.json",
25-
"download": "https://github.com/Ethaks/FVTT-Quench/releases/download/v0.9.2/module.zip",
22+
"download": "https://github.com/Ethaks/FVTT-Quench/releases/download/v0.10.0/module.zip",
2623
"license": "https://github.com/Ethaks/FVTT-Quench/blob/master/LICENSE",
2724
"readme": "https://github.com/Ethaks/FVTT-Quench#readme",
2825
"changelog": "https://github.com/Ethaks/FVTT-Quench/blob/master/CHANGELOG.md",

0 commit comments

Comments
 (0)