Browse Source

bump to v 0.2.15

button-visual-enhancement
Trent Larson 7 months ago
parent
commit
1258cf02a1
  1. 13
      CHANGELOG.md
  2. 4
      package-lock.json
  3. 2
      package.json

13
CHANGELOG.md

@ -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
- 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
- Combine all service worker scripts into a single file.
### Changed in DB
- Nothing

4
package-lock.json

@ -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",

2
package.json

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

Loading…
Cancel
Save