Skip to content

Commit a2b9400

Browse files
committed
chore(release): 0.8.1
1 parent e053a73 commit a2b9400

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.8.1](https://github.com/Ethaks/FVTT-Quench/compare/v0.8.0...v0.8.1) (2022-08-01)
6+
7+
8+
### Bug Fixes
9+
10+
* only run all batches when no keys are provided at all ([e053a73](https://github.com/Ethaks/FVTT-Quench/commit/e053a73258e9d78e39dadf4c3adfda5515399c69))
11+
* prevent errors in diff generation when encountering `undefined` ([ed50c8a](https://github.com/Ethaks/FVTT-Quench/commit/ed50c8afaad6b54c482d41efbb8488f48e1c7152))
12+
513
## [0.8.0](https://github.com/Ethaks/FVTT-Quench/compare/v0.7.0...v0.8.0) (2022-08-01)
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.8.0",
3+
"version": "0.8.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.8.0",
5+
"version": "0.8.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.8.0/module.zip",
25+
"download": "https://github.com/Ethaks/FVTT-Quench/releases/download/v0.8.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)