Browse Source

bump version to 0.2.11

kb/add-usage-guide 0.2.11
Trent Larson 8 months ago
parent
commit
e642b99ff5
  1. 3
      CHANGELOG.md
  2. 4
      package-lock.json
  3. 2
      package.json

3
CHANGELOG.md

@ -6,6 +6,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased] ## [Unreleased]
## [0.2.11] - 2024.01.28
### Added ### Added
- Actions to share claim data with contacts - Actions to share claim data with contacts
- Bulk CSV import from Endorser Mobile export - Bulk CSV import from Endorser Mobile export

4
package-lock.json

@ -1,12 +1,12 @@
{ {
"name": "TimeSafari_Test", "name": "TimeSafari_Test",
"version": "0.2.11-beta", "version": "0.2.11",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "TimeSafari_Test", "name": "TimeSafari_Test",
"version": "0.2.11-beta", "version": "0.2.11",
"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.11-beta", "version": "0.2.11",
"private": true, "private": true,
"scripts": { "scripts": {
"serve": "vue-cli-service serve", "serve": "vue-cli-service serve",

Loading…
Cancel
Save