Browse Source

bump to version 0.2.6

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

6
CHANGELOG.md

@ -9,12 +9,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [0.2.5] - 2024.01.09
## [0.2.6] - 2024.01.12
### Added
- Mark for a trade as opposed to a donation
- Give to fulfill a particular offer
- Give as part of a trade as opposed to a donation
- Error notifications on import
### Changed
- Library security updates
- Visibility of actions & confirmations on claim page
## [0.2.2] - 2024.01.05

4
package-lock.json

@ -1,12 +1,12 @@
{
"name": "TimeSafari_Test",
"version": "0.2.5",
"version": "0.2.6",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "TimeSafari_Test",
"version": "0.2.5",
"version": "0.2.6",
"dependencies": {
"@ethersproject/hdnode": "^5.7.0",
"@fortawesome/fontawesome-svg-core": "^6.4.2",

2
package.json

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

Loading…
Cancel
Save