Release 1.2.0 (#87)

pull/89/head v1.2.0
Thomas 3 years ago committed by GitHub
parent eb09d77251
commit 58fd59beb1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## Unreleased
## 1.2.0 - 14.05.2021
### Changed

@ -1,10 +1,10 @@
import { ChangeDetectorRef, Component, OnInit } from '@angular/core';
import { baseCurrency } from '@ghostfolio/helper';
import { Subject } from 'rxjs';
import { User } from '@ghostfolio/api/app/user/interfaces/user.interface';
import { takeUntil } from 'rxjs/operators';
import { DataService } from '@ghostfolio/client/services/data.service';
import { TokenStorageService } from '@ghostfolio/client/services/token-storage.service';
import { baseCurrency } from '@ghostfolio/helper';
import { Subject } from 'rxjs';
import { takeUntil } from 'rxjs/operators';
@Component({
selector: 'gf-pricing-page',

@ -1,6 +1,6 @@
{
"name": "ghostfolio",
"version": "1.1.0",
"version": "1.2.0",
"homepage": "https://ghostfol.io",
"license": "AGPL-3.0",
"scripts": {

Loading…
Cancel
Save