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]
|
## [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
|
## [1.1.1] - 2022-05-24
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "zgo",
|
"name": "zgo",
|
||||||
"version": "1.1.1",
|
"version": "1.1.2",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"ng": "ng",
|
"ng": "ng",
|
||||||
"start": "ng serve",
|
"start": "ng serve",
|
||||||
|
|
Loading…
Reference in a new issue