Skip to content

Commit 9db1133

Browse files
committed
chore(release): 0.9.1
1 parent 158c9e0 commit 9db1133

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
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.1](https://github.com/Ethaks/FVTT-Quench/compare/v0.9.0...v0.9.1) (2023-04-08)
6+
7+
8+
### Bug Fixes
9+
10+
* **UI:** prevent Firefox from getting stuck and hiding expanded elements ([1b3b273](https://github.com/Ethaks/FVTT-Quench/commit/1b3b273517eb07a9e295349869708e36d955261c))
11+
* **UI:** restore indentation of nested tests in UI ([6b12575](https://github.com/Ethaks/FVTT-Quench/commit/6b12575628b7020daf8749ec897e65c237b79a16))
12+
513
## [0.9.0](https://github.com/Ethaks/FVTT-Quench/compare/v0.8.1...v0.9.0) (2023-04-07)
614

715

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.0",
3+
"version": "0.9.1",
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.0",
5+
"version": "0.9.1",
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.0/module.zip",
25+
"download": "https://github.com/Ethaks/FVTT-Quench/releases/download/v0.9.1/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)