From fc1cebd720ae54b0926fc8c3c0b747d5c7110d31 Mon Sep 17 00:00:00 2001 From: Jose Olarte III Date: Fri, 20 Mar 2026 21:21:52 +0800 Subject: [PATCH] chore(release): 2.1.4 Bump package, lockfile, podspec, definitions header, and FetchWorker mock payload. Changelog section retitled to 2.1.4 (Android dual-schedule JSON parsing fixes and README notes). --- CHANGELOG.md | 2 +- .../main/java/org/timesafari/dailynotification/FetchWorker.kt | 2 +- ios/DailyNotificationPlugin.podspec | 2 +- package-lock.json | 4 ++-- package.json | 2 +- src/definitions.ts | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f989490..a9c5b0f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to the Daily Notification Plugin will be documented in this 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). -## [2.1.3] - 2026-03-20 +## [2.1.4] - 2026-03-20 ### Fixed diff --git a/android/src/main/java/org/timesafari/dailynotification/FetchWorker.kt b/android/src/main/java/org/timesafari/dailynotification/FetchWorker.kt index 9c003df..bffd4f3 100644 --- a/android/src/main/java/org/timesafari/dailynotification/FetchWorker.kt +++ b/android/src/main/java/org/timesafari/dailynotification/FetchWorker.kt @@ -308,7 +308,7 @@ class FetchWorker( "timestamp": ${System.currentTimeMillis()}, "content": "Daily notification content", "source": "mock_generator", - "version": "2.1.3" + "version": "2.1.4" } """.trimIndent() return mockData.toByteArray() diff --git a/ios/DailyNotificationPlugin.podspec b/ios/DailyNotificationPlugin.podspec index f8f367f..759f439 100644 --- a/ios/DailyNotificationPlugin.podspec +++ b/ios/DailyNotificationPlugin.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'DailyNotificationPlugin' - s.version = '2.1.3' + s.version = '2.1.4' s.summary = 'Daily Notification Plugin for Capacitor' s.license = 'MIT' s.homepage = 'https://gitea.anomalistdesign.com/trent_larson/daily-notification-plugin' diff --git a/package-lock.json b/package-lock.json index 6c61979..19bc372 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@timesafari/daily-notification-plugin", - "version": "2.1.3", + "version": "2.1.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@timesafari/daily-notification-plugin", - "version": "2.1.3", + "version": "2.1.4", "license": "MIT", "workspaces": [ "packages/*" diff --git a/package.json b/package.json index 338fea8..af4a8b9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@timesafari/daily-notification-plugin", - "version": "2.1.3", + "version": "2.1.4", "description": "TimeSafari Daily Notification Plugin - Enterprise-grade daily notification functionality with dual scheduling, callback support, TTL-at-fire logic, and comprehensive observability across Mobile (Capacitor) and Desktop (Electron) platforms", "main": "dist/plugin.js", "module": "dist/esm/index.js", diff --git a/src/definitions.ts b/src/definitions.ts index 56c0df2..ee450e3 100644 --- a/src/definitions.ts +++ b/src/definitions.ts @@ -5,7 +5,7 @@ * Aligned with Android implementation and test requirements * * @author Matthew Raymer - * @version 2.1.3 (see package.json for source of truth) + * @version 2.1.4 (see package.json for source of truth) */ // Import SPI types from content-fetcher.ts