bump version to 0.1.4 and add to CHANGELOG

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Jose Olarte III
2026-08-07 15:49:28 +08:00
parent 76d3447d78
commit 9c7c7fa271
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.4] - 2026.08.07
### Changed
- Renamed `FCM_TOKEN_DATA_DIR` env var to `NOTIFY_DATA_DIR`
## [0.1.3] - 2026.07.30
### Changed
- Persistence changed from file to SQLite

View File

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