bump version to 0.1.3 and add to CHANGELOG

This commit is contained in:
2026-07-30 20:21:03 -06:00
parent d8989f587e
commit a45150e25f
2 changed files with 6 additions and 1 deletions

View File

@@ -6,6 +6,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [0.1.3] - 2026.07.30
### Changed
- Persistence changed from file to SQLite
## [0.1.2] - 2026.07.16
### Added
- Validation via Endorser service, with new ENDORSER_URL variable

View File

@@ -1,6 +1,6 @@
{
"name": "notification-wakeup-service",
"version": "0.1.2",
"version": "0.1.3",
"private": true,
"type": "module",
"packageManager": "pnpm@11.4.0",