Skip to content

Commit

Permalink
chore(release): 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fpbrault committed Dec 27, 2021
1 parent d6ab8f8 commit 57bc5db
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,34 @@

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.3.0](https://github.com/fpbrault/stellar-aqua-amm-viewer/compare/v0.2.4...v0.3.0) (2021-12-27)


### Features

* ๐ŸŽธ adds options menu and improve UI ([1ff4a65](https://github.com/fpbrault/stellar-aqua-amm-viewer/commit/1ff4a65ee63589386a44e250664e393dfe5ebb0e))
* ๐ŸŽธ improves UI ([d6ab8f8](https://github.com/fpbrault/stellar-aqua-amm-viewer/commit/d6ab8f85f5bee73c79e9ed8f9246b86ab02d10f3))
* ๐ŸŽธ Improves UI for mobile ([e31db49](https://github.com/fpbrault/stellar-aqua-amm-viewer/commit/e31db49d115e7cb7047f66f2aca35ccd82893707))


### Bug Fixes

* ๐Ÿ› fixes type for daily_amm_reward ([d84137f](https://github.com/fpbrault/stellar-aqua-amm-viewer/commit/d84137f30891b016f77519254cdb1d674e33f9b2))

### [0.2.5](https://github.com/fpbrault/stellar-aqua-amm-viewer/compare/v0.2.4...v0.2.5) (2021-12-27)


### Features

* ๐ŸŽธ adds options menu and improve UI ([1ff4a65](https://github.com/fpbrault/stellar-aqua-amm-viewer/commit/1ff4a65ee63589386a44e250664e393dfe5ebb0e))
* ๐ŸŽธ improves UI ([d6ab8f8](https://github.com/fpbrault/stellar-aqua-amm-viewer/commit/d6ab8f85f5bee73c79e9ed8f9246b86ab02d10f3))
* ๐ŸŽธ Improves UI for mobile ([e31db49](https://github.com/fpbrault/stellar-aqua-amm-viewer/commit/e31db49d115e7cb7047f66f2aca35ccd82893707))


### Bug Fixes

* ๐Ÿ› fixes type for daily_amm_reward ([d84137f](https://github.com/fpbrault/stellar-aqua-amm-viewer/commit/d84137f30891b016f77519254cdb1d674e33f9b2))

### [0.2.4](https://github.com/fpbrault/stellar-aqua-amm-viewer/compare/v0.2.3...v0.2.4) (2021-12-22)


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.2.4",
"version": "0.3.0",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down

1 comment on commit 57bc5db

@vercel
Copy link

@vercel vercel bot commented on 57bc5db Dec 27, 2021

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.