Skip to content

Commit 232e171

Browse files
committed
chore(release): 0.7.0
1 parent a96e3f2 commit 232e171

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
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.7.0](https://github.com/Ethaks/FVTT-Quench/compare/v0.6.0...v0.7.0) (2022-05-26)
6+
7+
8+
### Features
9+
10+
* add option to only run preselected batches on startup ([18a59ec](https://github.com/Ethaks/FVTT-Quench/commit/18a59ec8ab9f44e5f866c880f6ab5349e7d02dbb)), closes [#117](https://github.com/Ethaks/FVTT-Quench/issues/117)
11+
* add preselected packages setting to limit test preselection ([582d37c](https://github.com/Ethaks/FVTT-Quench/commit/582d37c42ddc3ad60775221648d0712dc826dd5a)), closes [#117](https://github.com/Ethaks/FVTT-Quench/issues/117) [#133](https://github.com/Ethaks/FVTT-Quench/issues/133)
12+
13+
14+
### Bug Fixes
15+
16+
* fix appearance of Quench button in collapsed sidebar ([1303d51](https://github.com/Ethaks/FVTT-Quench/commit/1303d51cf699f700f77f2fac25aeb852c72661f9))
17+
* fix registerBatch throwing an error in v10 ([#125](https://github.com/Ethaks/FVTT-Quench/issues/125)) ([45ca352](https://github.com/Ethaks/FVTT-Quench/commit/45ca3526ef783b640214c5bbbbb7fa2d47302f39))
18+
* improve diff layout, limit shown context, improve styling ([9d07b1b](https://github.com/Ethaks/FVTT-Quench/commit/9d07b1bbfb556127a0371e23004346c4f79dd6ca)), closes [#132](https://github.com/Ethaks/FVTT-Quench/issues/132)
19+
520
## [0.6.0](https://github.com/Ethaks/FVTT-Quench/compare/v0.5.2...v0.6.0) (2022-02-23)
621

722

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

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