bump version to 0.1.2

This commit is contained in:
2026-07-16 22:46:09 -06:00
parent c4f34c8882
commit 55d43a1a20
2 changed files with 17 additions and 1 deletions

16
CHANGELOG.md Normal file
View File

@@ -0,0 +1,16 @@
# Changelog
All notable changes to this project will be documented in this file.
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.2] - 2026.07.16
### Added
- Validation via Endorser service, with new ENDORSER_URL variable
## [0.1.1] - 2026.06.28
### Added
- Base functionality

View File

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