Skip to content

Commit 712e5f1

Browse files
committed
chore(release): 0.5.2
1 parent 268a11e commit 712e5f1

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
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.5.2](https://github.com/Ethaks/FVTT-Quench/compare/v0.5.1...v0.5.2) (2021-11-05)
6+
7+
8+
### Features
9+
10+
* improve snapshot upload performance, allow updating after runs ([223c270](https://github.com/Ethaks/FVTT-Quench/commit/223c270118b20f0411f8e3693bec65b044970cbf))
11+
* provide detailed overview for uploaded files in console ([528194e](https://github.com/Ethaks/FVTT-Quench/commit/528194ea51cb830572bc2ba138c678cec6aaed1b))
12+
13+
14+
### Bug Fixes
15+
16+
* prevent snapshot updates from accumulating with runs ([f617bb5](https://github.com/Ethaks/FVTT-Quench/commit/f617bb557f265077dbd1752e5740cc9cd9962a5b))
17+
518
### 0.5.1 (2021-10-27)
619

720

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