Browse Source

bump version to 0.2.14

kb/add-usage-guide
Trent Larson 7 months ago
parent
commit
5f9edea116
  1. 9
      CHANGELOG.md
  2. 4
      package-lock.json
  3. 2
      package.json

9
CHANGELOG.md

@ -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 ## [0.2.13] - 2024.02.07
### Added ### Added
- Display of user's offers - 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 - Name display on give prompt
- Non-numbers on number input & autocapitalize on URL input - Non-numbers on number input & autocapitalize on URL input
### Changed in DB ### Changed in DB
- None - Nothing
## [0.2.12] - 2024.02.01 ## [0.2.12] - 2024.02.01

4
package-lock.json

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

2
package.json

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

Loading…
Cancel
Save