3 changed files with 8 additions and 3 deletions
+5
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
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "notification-wakeup-service",
"version": "0.1.2",
"version": "0.1.4",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "notification-wakeup-service",
"version": "0.1.2",
"version": "0.1.4",
"dependencies": {
"@peculiar/asn1-ecc": "^2.7.0",
"@peculiar/asn1-schema": "^2.7.0",
+1 -1
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",