Browse Source

docs(feed): versioning 0.4.0

pull/125/head
Jason Buchanan 6 days ago
parent
commit
f53248cae1
No known key found for this signature in database GPG Key ID: 1A12361012426318
  1. 1
      CHANGELOG.md
  2. 4
      package-lock.json
  3. 2
      package.json

1
CHANGELOG.md

@ -16,7 +16,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- The lightbox view includes a download button for the image in mobile view.
## [0.3.57] - 2025.02.11
### Added
- Automatic user creation in onboarding meetings

4
package-lock.json

@ -1,12 +1,12 @@
{
"name": "TimeSafari",
"version": "0.3.57",
"version": "0.4.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "TimeSafari",
"version": "0.3.57",
"version": "0.4.0",
"dependencies": {
"@capacitor/android": "^6.1.2",
"@capacitor/cli": "^6.1.2",

2
package.json

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

Loading…
Cancel
Save