@ -10,6 +10,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Nothing
## [0.3.8] - 2024.04-20
### Added
- Profile image for user
### Fixed
- Slow loading of home page feed
### Changed in DB or environment
## [0.3.7] - 2024.04-10 - cf18f1543a700d62a5f9e764905a4aafe1fb229b
- Filter on home page feed
@ -41,7 +41,7 @@ npm run lint
* Record what version is currently on production.
* Run the correct build
* Run the correct build:
* Test
```
@ -1,12 +1,12 @@
{
"name": "TimeSafari",
"version": "0.3.8-beta",
"version": "0.3.8",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"dependencies": {
"@dicebear/collection": "^5.4.1",
"@dicebear/core": "^5.4.1",
@ -1,6 +1,6 @@
"private": true,
"scripts": {
"dev": "vite",