bump to verson 0.3.13

This commit is contained in:
2024-05-24 10:19:17 -06:00
parent 2321e1d6e8
commit f84a2c2750
4 changed files with 8 additions and 5 deletions

View File

@@ -10,6 +10,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Nothing
## [0.3.13] - 2024.05.24
### Added
- Photos on projects
## [0.3.12] - 2024.05.19 - 141fb39ad19c44d82fe1a33bf85115beacf50870
### Fixed
- Photo share (share_target) failed because requests were sent to server

View File

@@ -35,8 +35,6 @@ npm run lint
* If there are DB changes: before updating the test server, open browser(s) with current version to test DB migrations.
* When deploying to a different domain, look at the "domain" note in the additional-scripts.js file.
* `npx prettier --write ./sw_scripts/`
* Update the ClickUp tasks & CHANGELOG.md & the version in package.json, run `npm install`.

4
package-lock.json generated
View File

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

View File

@@ -1,6 +1,6 @@
{
"name": "TimeSafari",
"version": "0.3.13-beta",
"version": "0.3.13",
"private": true,
"scripts": {
"dev": "vite",