Skip to content

Commit f708d98

Browse files
authored
Release 2.137.1 (ghostfolio#4268)
1 parent f09946f commit f708d98

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## 2.137.0 - 2025-02-01
8+
## 2.137.1 - 2025-02-01
99

1010
### Added
1111

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ghostfolio",
3-
"version": "2.137.0",
3+
"version": "2.137.1",
44
"homepage": "https://ghostfol.io",
55
"license": "AGPL-3.0",
66
"repository": "https://github.com/ghostfolio/ghostfolio",
@@ -213,6 +213,6 @@
213213
"node": ">=20"
214214
},
215215
"prisma": {
216-
"seed": "ts-node --compiler-options {\"module\":\"CommonJS\"} prisma/seed.ts"
216+
"seed": "npx ts-node --compiler-options {\"module\":\"CommonJS\"} prisma/seed.ts"
217217
}
218218
}

0 commit comments

Comments
 (0)