Skip to content

Commit 3805706

Browse files
chore(main): release 0.2.2
1 parent c0c260a commit 3805706

File tree

5 files changed

+28
-8
lines changed

5 files changed

+28
-8
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.2.1"
2+
".": "0.2.2"
33
}

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ All notable changes to the Errors and Echoes module will be documented in this f
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.2.2](https://github.com/rayners/fvtt-errors-and-echoes/compare/v0.2.1...v0.2.2) (2025-06-12)
9+
10+
11+
### Bug Fixes
12+
13+
* apply Seasons & Stars release-please lessons to prevent tag/build conflicts ([ae96a78](https://github.com/rayners/fvtt-errors-and-echoes/commit/ae96a78e8c8578f7297c066a8cd77b0bfbe212c6))
14+
* format code with prettier ([9c348ea](https://github.com/rayners/fvtt-errors-and-echoes/commit/9c348ea1f594dc3a19a24489f156fd8f16654fa5))
15+
* modernize release-please configuration and clean up release workflow ([5f03fb8](https://github.com/rayners/fvtt-errors-and-echoes/commit/5f03fb8a97024c692fa314ac9288ed929fe0655f))
16+
* update package-lock.json for foundry-dev-tools v1.2.0 ([864e0ce](https://github.com/rayners/fvtt-errors-and-echoes/commit/864e0ce81f6e328f5c60e6c1be3da7dc4d88f18d))
17+
818
## [0.2.1] - 2025-06-08
919

1020
### Fixed

module.json

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"id": "errors-and-echoes",
33
"title": "Errors and Echoes",
44
"description": "Privacy-first anonymous error reporting system for FoundryVTT modules. Helps module authors identify and fix issues while respecting user privacy with configurable data collection levels and full transparency.",
5-
"version": "0.2.1",
5+
"version": "0.2.2",
66
"authors": [
77
{
88
"name": "David Raynes",
@@ -15,8 +15,12 @@
1515
"verified": "13.0.0",
1616
"maximum": "13.999.999"
1717
},
18-
"esmodules": ["module.js"],
19-
"styles": ["styles/errors-and-echoes.css"],
18+
"esmodules": [
19+
"module.js"
20+
],
21+
"styles": [
22+
"styles/errors-and-echoes.css"
23+
],
2024
"languages": [
2125
{
2226
"lang": "en",
@@ -32,7 +36,13 @@
3236
"readme": "https://github.com/rayners/fvtt-errors-and-echoes/blob/main/README.md",
3337
"documentation": "https://docs.rayners.dev/errors-and-echoes",
3438
"license": "MIT",
35-
"keywords": ["error-reporting", "debugging", "module-development", "privacy", "anonymous"],
39+
"keywords": [
40+
"error-reporting",
41+
"debugging",
42+
"module-development",
43+
"privacy",
44+
"anonymous"
45+
],
3646
"funding": [
3747
{
3848
"type": "patreon",

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fvtt-errors-and-echoes",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"description": "Anonymous error reporting for Foundry VTT modules",
55
"main": "dist/module.js",
66
"type": "module",

0 commit comments

Comments
 (0)