Browse Source

bump to version 0.3.29

master
Trent Larson 1 month ago
parent
commit
babd3832bd
  1. 2
      CHANGELOG.md
  2. 4
      package-lock.json
  3. 2
      package.json

2
CHANGELOG.md

@ -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

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

2
package.json

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

Loading…
Cancel
Save