Skip to content

Commit 501a223

Browse files
committed
chore(release): 0.9.2
1 parent 40de627 commit 501a223

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
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+
### [0.9.2](https://github.com/Ethaks/FVTT-Quench/compare/v0.9.1...v0.9.2) (2023-06-19)
6+
7+
8+
### Bug Fixes
9+
10+
* adapt to FilePicker changes in v11 ([24cad29](https://github.com/Ethaks/FVTT-Quench/commit/24cad2982ecbc9cf1012af6d30794ff03aa213b3)), closes [#306](https://github.com/Ethaks/FVTT-Quench/issues/306)
11+
512
### [0.9.1](https://github.com/Ethaks/FVTT-Quench/compare/v0.9.0...v0.9.1) (2023-04-08)
613

714

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.1",
3+
"version": "0.9.2",
44
"description": "Types for a Foundry VTT module enabling tests using Mocha and Chai",
55
"author": "Ethaks",
66
"contributors": [

public/module.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "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.1",
5+
"version": "0.9.2",
66
"author": "Ethaks",
77
"authors": [
88
{
@@ -22,7 +22,7 @@
2222
"library": true,
2323
"url": "https://github.com/Ethaks/FVTT-Quench",
2424
"manifest": "https://github.com/Ethaks/FVTT-Quench/releases/latest/download/module.json",
25-
"download": "https://github.com/Ethaks/FVTT-Quench/releases/download/v0.9.1/module.zip",
25+
"download": "https://github.com/Ethaks/FVTT-Quench/releases/download/v0.9.2/module.zip",
2626
"license": "https://github.com/Ethaks/FVTT-Quench/blob/master/LICENSE",
2727
"readme": "https://github.com/Ethaks/FVTT-Quench#readme",
2828
"changelog": "https://github.com/Ethaks/FVTT-Quench/blob/master/CHANGELOG.md",

0 commit comments

Comments
 (0)