Skip to content

Commit 4b82838

Browse files
committed
chore(release): v0.0.8
## 0.0.8 - 2026-01-26 ### Build - Change name, improve dev doc ### Chore - Sync package lock json ### Ci - Use reuseable ci 2.6.0 ### Feat - Make the verify page more responsive ### Fix - Correct lintwarnings for docs, container,nvmrc - Correct lintwarning justfile mise - Change default backend host to match wallet-ecosystem [skip ci] Signed-off-by: DiggSwedenBot <ospo@digg.se>
1 parent dadb990 commit 4b82838

File tree

3 files changed

+21
-3
lines changed

3 files changed

+21
-3
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,22 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.0.8] - 2026-01-26
9+
10+
### Changed
11+
12+
- Merge pull request #99 from diggsweden/feat/small-improvements
13+
- Make the verify page more responsive
14+
- Use reuseable ci 2.6.0
15+
- Change name, improve dev doc
16+
- Sync package lock json
17+
18+
### Fixed
19+
20+
- Change default backend host to match wallet-ecosystem
21+
- Correct lintwarning justfile mise
22+
- Correct lintwarnings for docs, container,nvmrc
23+
824
## [0.0.7] - 2025-12-11
925

1026
### Changed
@@ -20,6 +36,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2036
- Update dependency typescript to v5.9.3 (#91)
2137
- Update docker/login-action action to v3.6.0 (#90)
2238

39+
2340
## [0.0.6] - 2025-09-22
2441

2542
### Added
@@ -240,6 +257,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
240257

241258
- Exclude false positive gitleak (#6)
242259

260+
[0.0.8]: https://github.com/diggsweden/wallet-verifier-test-web/compare/v0.0.7..v0.0.8
243261
[0.0.7]: https://github.com/diggsweden/wallet-verifier-test-web/compare/v0.0.6..v0.0.7
244262
[0.0.6]: https://github.com/diggsweden/wallet-verifier-test-web/compare/v0.0.5..v0.0.6
245263
[0.0.5]: https://github.com/diggsweden/wallet-verifier-test-web/compare/v0.0.4..v0.0.5

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,5 @@
3737
"vitest": "3.2.4",
3838
"vue-tsc": "2.2.12"
3939
},
40-
"version": "0.0.7"
40+
"version": "0.0.8"
4141
}

0 commit comments

Comments
 (0)