Skip to content

Commit 6fc18c2

Browse files
committed
chore(release): 0.8.0
1 parent 250a577 commit 6fc18c2

File tree

3 files changed

+29
-3
lines changed

3 files changed

+29
-3
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,32 @@
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.8.0](https://github.com/Ethaks/FVTT-Quench/compare/v0.7.0...v0.8.0) (2022-08-01)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* **deps:** bump fast-check from 2.25.0 to 3.1.1 (#156)
11+
* replace preselect packages with preselect filters
12+
* refactor `runSelectedBatches`, `_testBatches`, and utils
13+
14+
### Features
15+
16+
* add JSON report generation ([6c41d48](https://github.com/Ethaks/FVTT-Quench/commit/6c41d4820573f01c7a4f0e63630ebe47a6f2e316))
17+
* enable batch key filtering in settings and `quench.runBatches` ([397c8e3](https://github.com/Ethaks/FVTT-Quench/commit/397c8e3b9ff28871d73ca583610c6daf2336b3a1))
18+
* improve diff context trimming ([e84cbd4](https://github.com/Ethaks/FVTT-Quench/commit/e84cbd45a7d3b643d2bc6ebca7d3c913fc19b905))
19+
* improve diff readability ([4874eea](https://github.com/Ethaks/FVTT-Quench/commit/4874eeab5b7861ab5d67599a4e2d330e43364d35)), closes [#147](https://github.com/Ethaks/FVTT-Quench/issues/147)
20+
* improve error message spacing ([c064cb2](https://github.com/Ethaks/FVTT-Quench/commit/c064cb24844a8c8964c399111b895c248a9642df)), closes [#146](https://github.com/Ethaks/FVTT-Quench/issues/146)
21+
22+
23+
### Bug Fixes
24+
25+
* improve diff detection and display ([353e1d4](https://github.com/Ethaks/FVTT-Quench/commit/353e1d4751faf0d1257a55fdf29f860063337eb1))
26+
27+
28+
* **deps:** bump fast-check from 2.25.0 to 3.1.1 ([#156](https://github.com/Ethaks/FVTT-Quench/issues/156)) ([dbbe6c7](https://github.com/Ethaks/FVTT-Quench/commit/dbbe6c767e53d0fbed62656f8d478d1e374f3c33))
29+
* refactor `runSelectedBatches`, `_testBatches`, and utils ([fb7f286](https://github.com/Ethaks/FVTT-Quench/commit/fb7f2865b0f5bc2af598f9f5bd8a70ccd51b9827))
30+
531
## [0.7.0](https://github.com/Ethaks/FVTT-Quench/compare/v0.6.0...v0.7.0) (2022-05-26)
632

733

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