bump to version 0.3.29

This commit is contained in:
2024-10-09 21:06:46 -06:00
parent fe482d06f6
commit 14cc309d25
3 changed files with 4 additions and 4 deletions

View File

@@ -6,7 +6,7 @@ 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.29-beta]
## [0.3.29]
### Added
- Invite for a contact to join immediately
### Changed

4
package-lock.json generated
View File

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

View File

@@ -1,6 +1,6 @@
{
"name": "TimeSafari",
"version": "0.3.28-beta",
"version": "0.3.29",
"scripts": {
"dev": "vite",
"serve": "vite preview",