bump to v 0.2.15

This commit is contained in:
2024-03-01 14:06:01 -07:00
parent a488a36bc0
commit 1258cf02a1
3 changed files with 14 additions and 5 deletions

View File

@@ -10,9 +10,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- ?
## [0.2.14] - 2024.02.14
## [0.2.15] - 2024.03.01
### Added
- Shortcut page for Bountiful Voluntaryist Community
### Changed
- Combine all service worker scripts into a single file
- More readable, targeted summaries in home-page feed items
### Changed in DB
- Nothing
## [0.2.14] - 2024.02.14 - 5f9edea1167dbfb64e16648764eed8c09b24eaeb
### Changed
- Combine all service worker scripts into a single file.
### Changed in DB
- Nothing

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "TimeSafari_Test",
"version": "0.2.15-beta",
"version": "0.2.15",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "TimeSafari_Test",
"version": "0.2.15-beta",
"version": "0.2.15",
"dependencies": {
"@dicebear/collection": "^5.3.5",
"@dicebear/core": "^5.3.5",

View File

@@ -1,6 +1,6 @@
{
"name": "TimeSafari_Test",
"version": "0.2.15-beta",
"version": "0.2.15",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",