Browse Source

bump version to 0.4.1

d9085ced6df7dc7bdcd899959cea6489cab7f8b8 0.4.1
Trent Larson 3 days ago
parent
commit
b14afc66d5
  1. 6
      CHANGELOG.md
  2. 4
      package-lock.json
  3. 2
      package.json

6
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.

4
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",

2
package.json

@ -1,6 +1,6 @@
{
"name": "TimeSafari",
"version": "0.4.0",
"version": "0.4.1",
"scripts": {
"dev": "vite",
"serve": "vite preview",

Loading…
Cancel
Save