Skip to content

Commit

Permalink
chore(main): release 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Aug 31, 2023
1 parent bb54c6d commit 21a086b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [1.4.1](https://github.com/fabianbormann/WalkInWallet/compare/v1.4.0...v1.4.1) (2023-08-31)


### Bug Fixes

* frame description was missing as the default for isOffline was always true ([bb54c6d](https://github.com/fabianbormann/WalkInWallet/commit/bb54c6d88f2068ee991dd0dd45cd66dcbc51d131))
* implement a retry mechanism for handling IPFS timeouts and increase the overall image loading experience by handling non cip25 compliant edge cases closes [#8](https://github.com/fabianbormann/WalkInWallet/issues/8) ([f4de95b](https://github.com/fabianbormann/WalkInWallet/commit/f4de95bbd4d1d3e36821eac60be7f4795d1d16ab))

## [1.4.0](https://github.com/fabianbormann/WalkInWallet/compare/v1.3.0...v1.4.0) (2023-08-30)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "walkinwallet",
"version": "1.4.0",
"version": "1.4.1",
"type": "module",
"license": "GPLv3",
"scripts": {
Expand Down

0 comments on commit 21a086b

Please sign in to comment.