Skip to content

Commit

Permalink
chore(release): 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fpbrault committed Jan 14, 2022
1 parent 71ecf6a commit 20307af
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [0.4.1](https://github.com/fpbrault/stellar-aqua-amm-viewer/compare/v0.4.0...v0.4.1) (2022-01-14)


### Features

* 🎸 Add vote unlock chart on vote percentage button ([06db025](https://github.com/fpbrault/stellar-aqua-amm-viewer/commit/06db0251349a14138f676ce7bcc0426f8821d28d))
* 🎸 updated favicon ([2cd4025](https://github.com/fpbrault/stellar-aqua-amm-viewer/commit/2cd4025643dab23b34cdaee007153098ec54fcea))


### Bug Fixes

* 🐛 fixes incorrect price for some pools ([590c310](https://github.com/fpbrault/stellar-aqua-amm-viewer/commit/590c31069b43d25e3185a99b72628e37b7bb9a00))
* 🐛 fixes type errors ([1edf59e](https://github.com/fpbrault/stellar-aqua-amm-viewer/commit/1edf59ef38d0db42b5c9245e6d9d59c401e5cca0))
* 🐛 removes stellar-sdk dep to fix libsodium bug ([3d479a6](https://github.com/fpbrault/stellar-aqua-amm-viewer/commit/3d479a6fb5a25ef99189e9898d5011b037e91cb8))

## [0.4.0](https://github.com/fpbrault/stellar-aqua-amm-viewer/compare/v0.3.0...v0.4.0) (2022-01-09)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stellar-account-viewer",
"version": "0.4.0",
"version": "0.4.1",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down

1 comment on commit 20307af

@vercel
Copy link

@vercel vercel bot commented on 20307af Jan 14, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.