Update version and CHANGELOG
This commit is contained in:
parent
ada9ec7bfc
commit
0f13276817
2 changed files with 9 additions and 1 deletions
|
@ -5,6 +5,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## [1.1.2] - 2022-05-24
|
||||
|
||||
## Added
|
||||
|
||||
- Button in QR code prompt to copy ZGo address.
|
||||
- Button in QR code prompt to copy transaction amount.
|
||||
- Button in QR code prompt to copy transaction memo.
|
||||
|
||||
## [1.1.1] - 2022-05-24
|
||||
|
||||
### Added
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "zgo",
|
||||
"version": "1.1.1",
|
||||
"version": "1.1.2",
|
||||
"scripts": {
|
||||
"ng": "ng",
|
||||
"start": "ng serve",
|
||||
|
|
Loading…
Reference in a new issue