Browse Source

bump version to 0.3.5

pull/109/head
Trent Larson 6 months ago
parent
commit
28754bdfb1
  1. 2
      CHANGELOG.md
  2. 4
      package-lock.json
  3. 2
      package.json

2
CHANGELOG.md

@ -10,7 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Nothing
## [0.3.4] - 2024.03.21
## [0.3.5] - 2024.03.23
### Added
- Photo on gift records
### Fixed

4
package-lock.json

@ -1,12 +1,12 @@
{
"name": "TimeSafari",
"version": "0.3.4",
"version": "0.3.5",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "TimeSafari",
"version": "0.3.4",
"version": "0.3.5",
"dependencies": {
"@dicebear/collection": "^5.3.5",
"@dicebear/core": "^5.3.5",

2
package.json

@ -1,6 +1,6 @@
{
"name": "TimeSafari",
"version": "0.3.4",
"version": "0.3.5",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",

Loading…
Cancel
Save