bump version to 0.2.14

This commit is contained in:
2024-02-14 20:50:15 -07:00
parent f517b09ed7
commit 5f9edea116
3 changed files with 11 additions and 4 deletions

View File

@@ -10,6 +10,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- ?
## [0.2.14] - 2024.02.14
### Changed
- Combine all service worker scripts into a single file
### Changed in DB
- Nothing
## [0.2.13] - 2024.02.07
### Added
- Display of user's offers
@@ -18,7 +25,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Name display on give prompt
- Non-numbers on number input & autocapitalize on URL input
### Changed in DB
- None
- Nothing
## [0.2.12] - 2024.02.01

4
package-lock.json generated
View File

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

View File

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