Browse Source

Release 0.85.0

pull/4/head^2
Thomas 4 years ago
parent
commit
3bc93d7656
  1. 9
      CHANGELOG.md
  2. 2
      package.json

9
CHANGELOG.md

@ -5,19 +5,14 @@ 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/), 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). and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## Unreleased ## 0.85.0 - 16.04.2021
### Changed ### Changed
- Refactored many frontend components
- Changed the routing to `routerLink` for an improved navigation experience - Changed the routing to `routerLink` for an improved navigation experience
- Simplified the initial project setup - Simplified the initial project setup
## 0.85.0 - 12.04.2021
### Changed
- Refactored many frontend components
## 0.84.0 - 11.04.2021 ## 0.84.0 - 11.04.2021
### Fixed ### Fixed

2
package.json

@ -1,6 +1,6 @@
{ {
"name": "ghostfolio", "name": "ghostfolio",
"version": "0.84.0", "version": "0.85.0",
"scripts": { "scripts": {
"affected": "nx affected", "affected": "nx affected",
"affected:apps": "nx affected:apps", "affected:apps": "nx affected:apps",

Loading…
Cancel
Save