Skip to content

Commit ef09946

Browse files
chore(main): release 0.2.0
1 parent 1a70836 commit ef09946

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ 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.0](https://github.com/rayners/fvtt-errors-and-echoes/compare/v0.1.2...v0.2.0) (2025-06-08)
9+
10+
11+
### Features
12+
13+
* implement Phase 1 enhanced code quality infrastructure ([78ec43c](https://github.com/rayners/fvtt-errors-and-echoes/commit/78ec43c2e40941bdc9a788dc4df9435ec8bcc794))
14+
* implement Phase 2 security and automation infrastructure ([89b9c32](https://github.com/rayners/fvtt-errors-and-echoes/commit/89b9c32409518d0546d99a93a08af587b0ef4c4e))
15+
* implement Phase 3 community features and templates ([6924334](https://github.com/rayners/fvtt-errors-and-echoes/commit/6924334b3775c0298bec6db194dfdef5c3b5a3cb))
16+
817
## [0.1.2] - 2025-06-08
918

1019
### Added

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.1.2",
3+
"version": "0.2.0",
44
"description": "Anonymous error reporting for Foundry VTT modules",
55
"main": "dist/module.js",
66
"type": "module",

0 commit comments

Comments
 (0)