Browse Source

Release 1.161.1 (#1025)

pull/1026/head 1.161.1
Thomas Kaul 3 years ago
committed by GitHub
parent
commit
0f36d6cbdb
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      CHANGELOG.md
  2. 2
      Dockerfile
  3. 2
      package.json

2
CHANGELOG.md

@ -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

2
Dockerfile

@ -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

2
package.json

@ -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