From 08b67984e443c58d9178ad3776013b0bce7afddc Mon Sep 17 00:00:00 2001 From: Trent Larson Date: Fri, 24 May 2024 10:19:17 -0600 Subject: [PATCH] bump to verson 0.3.13 --- CHANGELOG.md | 5 +++++ README.md | 2 -- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 8 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f4106e..2270d68 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index 34aecd6..4a1f124 100644 --- a/README.md +++ b/README.md @@ -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`. diff --git a/package-lock.json b/package-lock.json index 7172446..673f304 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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", diff --git a/package.json b/package.json index cc26b9f..9d568e0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "TimeSafari", - "version": "0.3.13-beta", + "version": "0.3.13", "private": true, "scripts": { "dev": "vite",