diff --git a/CHANGELOG.md b/CHANGELOG.md index 755a0d67b..485a29529 100644 --- a/CHANGELOG.md +++ b/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 diff --git a/Dockerfile b/Dockerfile index c02d42d01..75c7d4abb 100644 --- a/Dockerfile +++ b/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 diff --git a/package.json b/package.json index 570ec1c07..0400cc76e 100644 --- a/package.json +++ b/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": {