Version release
This commit is contained in:
parent
e91a2e86df
commit
5ccc63f29f
2 changed files with 4 additions and 1 deletions
|
@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## [1.2.0] - 2022-07-27
|
||||
|
||||
### Added
|
||||
|
||||
- Dialogs created for viewing invoices and receipts URLs
|
||||
|
@ -15,6 +17,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|||
|
||||
### Changed
|
||||
|
||||
- Item dialog look and feel reviewed and updated
|
||||
- Order list look and feel reviewed and updated
|
||||
- Available Items list look and feel reviewed and updated
|
||||
- Set configuration global parameters in one place
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "zgo",
|
||||
"version": "1.1.2",
|
||||
"version": "1.2.0",
|
||||
"scripts": {
|
||||
"ng": "ng",
|
||||
"start": "ng serve",
|
||||
|
|
Loading…
Reference in a new issue