Skip to content

Commit c9add55

Browse files
committed
chore(release): 0.5.1
1 parent adaec15 commit c9add55

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
1-
# CHANGELOG
1+
# Changelog
2+
3+
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.
4+
5+
### 0.5.1 (2021-10-27)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* **snapshots:** Quench now uses fnv1a for hashing, which means new hashes will differ from previous ones, breaking the current association of test to file ([732bb2a](https://github.com/Ethaks/FVTT-Quench/commit/732bb2a9e1d20d4d700bf142947407bc710a95c2))
211

312
## [0.5.0] 2021-10-23
413

src/module.json

Lines changed: 4 additions & 13 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.0",
5+
"version": "0.5.1",
66
"author": "Ethaks",
77
"authors": [
88
{
@@ -11,18 +11,9 @@
1111
"ko-fi": "ethaks",
1212
"url": "https://gitlab.com/Ethaks"
1313
},
14-
{
15-
"name": "Cole Schultz",
16-
"discord": "cole#9640"
17-
}
18-
],
19-
"languages": [
20-
{
21-
"lang": "en",
22-
"name": "English",
23-
"path": "lang/en.json"
24-
}
14+
{ "name": "Cole Schultz", "discord": "cole#9640" }
2515
],
16+
"languages": [{ "lang": "en", "name": "English", "path": "lang/en.json" }],
2617
"scripts": ["./quench.js"],
2718
"styles": ["styles/quench.css"],
2819
"minimumCoreVersion": "0.8.5",
@@ -31,7 +22,7 @@
3122
"library": true,
3223
"url": "https://github.com/Ethaks/FVTT-Quench",
3324
"manifest": "https://github.com/Ethaks/FVTT-Quench/releases/latest/download/module.json",
34-
"download": "https://github.com/Ethaks/FVTT-Quench/releases/download/0.5.0/module.zip",
25+
"download": "https://github.com/Ethaks/FVTT-Quench/releases/download/0.5.1/module.zip",
3526
"license": "https://github.com/Ethaks/FVTT-Quench/blob/master/LICENSE",
3627
"readme": "https://github.com/Ethaks/FVTT-Quench#readme",
3728
"changelog": "https://github.com/Ethaks/FVTT-Quench/blob/master/CHANGELOG.md",

0 commit comments

Comments
 (0)