From b14afc66d58b797824ce1e5de71fb4422e79f398 Mon Sep 17 00:00:00 2001 From: Trent Larson Date: Sun, 16 Feb 2025 13:55:46 -0700 Subject: [PATCH] bump version to 0.4.1 --- CHANGELOG.md | 6 ++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e07ed8e..32bcee0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ 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.4.1] - 2025.02.16 +### Fixed +- nostr build issue +- Linting + + ## [0.4.0] - 2025.02.14 ### Changed - Images in the home feed now take up the full width of the card. diff --git a/package-lock.json b/package-lock.json index c5aaf96..872c031 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "TimeSafari", - "version": "0.4.0", + "version": "0.4.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "TimeSafari", - "version": "0.4.0", + "version": "0.4.1", "dependencies": { "@capacitor/android": "^6.1.2", "@capacitor/cli": "^6.1.2", diff --git a/package.json b/package.json index 855ce9c..23c7384 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "TimeSafari", - "version": "0.4.0", + "version": "0.4.1", "scripts": { "dev": "vite", "serve": "vite preview",