Thomas Kaul
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with
3 additions and
3 deletions
-
CHANGELOG.md
-
Dockerfile
-
package.json
|
|
@ -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). |
|
|
|
|
|
|
|
## 1.161.0 - 16.06.2022 |
|
|
|
## 1.161.1 - 16.06.2022 |
|
|
|
|
|
|
|
### Added |
|
|
|
|
|
|
|
|
|
@ -22,7 +22,7 @@ RUN node decorate-angular-cli.js |
|
|
|
COPY ./angular.json angular.json |
|
|
|
COPY ./nx.json nx.json |
|
|
|
COPY ./replace.build.js replace.build.js |
|
|
|
COPY ./jest.preset.ts jest.preset.ts |
|
|
|
COPY ./jest.preset.js jest.preset.js |
|
|
|
COPY ./jest.config.ts jest.config.ts |
|
|
|
COPY ./tsconfig.base.json tsconfig.base.json |
|
|
|
COPY ./libs libs |
|
|
|
|
|
@ -1,6 +1,6 @@ |
|
|
|
{ |
|
|
|
"name": "ghostfolio", |
|
|
|
"version": "1.161.0", |
|
|
|
"version": "1.161.1", |
|
|
|
"homepage": "https://ghostfol.io", |
|
|
|
"license": "AGPL-3.0", |
|
|
|
"scripts": { |
|
|
|