Browse Source

2.152.0-beta.3

feature/disable-extended-prisma-client 2.152.0-beta.3
Thomas Kaul 6 days ago
parent
commit
fc8f49a06b
  1. 6
      CHANGELOG.md
  2. 4
      package-lock.json
  3. 2
      package.json

6
CHANGELOG.md

@ -5,6 +5,12 @@ 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).
## 2.152.0-beta.3 - 2025-04-15
### Changed
- Disabled the extended prisma client in the admin service
## 2.151.0 - 2025-04-11
### Added

4
package-lock.json

@ -1,12 +1,12 @@
{
"name": "ghostfolio",
"version": "2.151.0",
"version": "2.152.0-beta.3",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "ghostfolio",
"version": "2.151.0",
"version": "2.152.0-beta.3",
"hasInstallScript": true,
"license": "AGPL-3.0",
"dependencies": {

2
package.json

@ -1,6 +1,6 @@
{
"name": "ghostfolio",
"version": "2.151.0",
"version": "2.152.0-beta.3",
"homepage": "https://ghostfol.io",
"license": "AGPL-3.0",
"repository": "https://github.com/ghostfolio/ghostfolio",

Loading…
Cancel
Save