bump version to 0.3.24

This commit is contained in:
2024-08-30 20:51:13 -06:00
parent c7cac6c894
commit b15476e379
3 changed files with 10 additions and 3 deletions

View File

@@ -6,6 +6,13 @@ 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.3.24] - 2024.08.30
### Added
- "Ideas" now jumps directly to giving prompt or contact list.
### Fixed
- Empty giver name on gifted-details view
## [0.3.23] - 2024.08.30
### Added
- Sections in Help for different kinds of users

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "TimeSafari",
"version": "0.3.23",
"version": "0.3.24",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "TimeSafari",
"version": "0.3.23",
"version": "0.3.24",
"dependencies": {
"@dicebear/collection": "^5.4.1",
"@dicebear/core": "^5.4.1",

View File

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