bump to version 0.3.18

This commit is contained in:
2024-08-18 13:52:55 -06:00
parent a3da157ae3
commit 877678b745
3 changed files with 10 additions and 3 deletions

View File

@@ -7,8 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## ?
## [0.3.18] - 2024.08.18
### Added
- Update of an offer
- Recipient description in offer list
### Fixed
- List of offers wasn't showing.
- Destination page after sharing photo was wrong.
## [0.3.17] - 2024.07.11 - cefa384ff1a2d922848c370640c096c529920fab

4
package-lock.json generated
View File

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

View File

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