Skip to content

Commit e90fba6

Browse files
committed
chore(release): 0.9.0
1 parent 8b04994 commit e90fba6

File tree

3 files changed

+22
-3
lines changed

3 files changed

+22
-3
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,25 @@
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.0](https://github.com/Ethaks/FVTT-Quench/compare/v0.8.1...v0.9.0) (2023-04-07)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* remove deprecated pre-selection setting
11+
* remove deprecated `Quench#runAllBatches` and its options
12+
13+
### Features
14+
15+
* add Chai as Promised ([584559a](https://github.com/Ethaks/FVTT-Quench/commit/584559ac70f76d6e03a237af9d00ed5fbc21a35c)), closes [#245](https://github.com/Ethaks/FVTT-Quench/issues/245)
16+
* add search filter to UI ([e2c04bf](https://github.com/Ethaks/FVTT-Quench/commit/e2c04bf4f025b5abbcaf3ad4356a785f2d4752c1)), closes [#261](https://github.com/Ethaks/FVTT-Quench/issues/261)
17+
* add setting shortcut to QuenchResults header buttons ([a57234c](https://github.com/Ethaks/FVTT-Quench/commit/a57234c2b51d08e92618d14c2b3afe5276222b1f)), closes [#256](https://github.com/Ethaks/FVTT-Quench/issues/256)
18+
* improve display of errors thrown in hooks ([ecda47c](https://github.com/Ethaks/FVTT-Quench/commit/ecda47c462801cb3515d684b412f65f16d0c3bb6))
19+
20+
21+
* remove deprecated `Quench#runAllBatches` and its options ([62a3595](https://github.com/Ethaks/FVTT-Quench/commit/62a359504a975e113193498f76d8034a697d142d))
22+
* remove deprecated pre-selection setting ([095fb60](https://github.com/Ethaks/FVTT-Quench/commit/095fb60a76199a9f4c82ce9ad29609d33a671b2f))
23+
524
### [0.8.1](https://github.com/Ethaks/FVTT-Quench/compare/v0.8.0...v0.8.1) (2022-08-01)
625

726

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