Release 1.161.1 (#1025)

pull/1026/head 1.161.1
Thomas Kaul 2 years ago committed by GitHub
parent 046e28b521
commit 0f36d6cbdb
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).
## 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": {

Loading…
Cancel
Save