Version update

This commit is contained in:
Rene Vergara 2022-10-01 09:15:48 -05:00
parent dcaec846c9
commit 72f4d676f0
Signed by: pitmutt
GPG Key ID: 65122AD495A7F5B2
2 changed files with 5 additions and 2 deletions

View File

@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
## [Unreleased] ## [Unreleased]
## [1.3.0] - 2022-10-01
### Added ### Added
- Added new connection for Xero account code - Added new connection for Xero account code
@ -12,8 +14,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
### Changed ### Changed
- Login updated to price sessions in USD and include the Pro service.
- Settings component updated for compatibility with Android devices - Settings component updated for compatibility with Android devices
- settings component updated to use observable when saving Account Code - Settings component updated to use observable when saving Account Code
- xeroService's saveAccountCode function optimized to export observable - xeroService's saveAccountCode function optimized to export observable
- Field for Xero's AccountCode added to Settings component's integration tab - Field for Xero's AccountCode added to Settings component's integration tab
- Listorders component updated to show date in ANSI international format. - Listorders component updated to show date in ANSI international format.

View File

@ -1,6 +1,6 @@
{ {
"name": "zgo", "name": "zgo",
"version": "1.2.2", "version": "1.3.0",
"scripts": { "scripts": {
"ng": "ng", "ng": "ng",
"start": "ng serve", "start": "ng serve",