Thomas
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with
3 additions and
3 deletions
-
CHANGELOG.md
-
apps/api/src/app/user/user.controller.ts
-
package.json
|
|
@ -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). |
|
|
|
|
|
|
|
## Unreleased |
|
|
|
## 0.99.0 - 03.05.2021 |
|
|
|
|
|
|
|
### Added |
|
|
|
|
|
|
|
|
|
@ -16,13 +16,13 @@ import { REQUEST } from '@nestjs/core'; |
|
|
|
import { JwtService } from '@nestjs/jwt'; |
|
|
|
import { AuthGuard } from '@nestjs/passport'; |
|
|
|
import { Provider } from '@prisma/client'; |
|
|
|
import { User as UserModel } from '@prisma/client'; |
|
|
|
import { StatusCodes, getReasonPhrase } from 'http-status-codes'; |
|
|
|
|
|
|
|
import { UserItem } from './interfaces/user-item.interface'; |
|
|
|
import { User } from './interfaces/user.interface'; |
|
|
|
import { UpdateUserSettingsDto } from './update-user-settings.dto'; |
|
|
|
import { UserService } from './user.service'; |
|
|
|
import { User as UserModel } from '@prisma/client'; |
|
|
|
|
|
|
|
@Controller('user') |
|
|
|
export class UserController { |
|
|
|
|
|
@ -1,6 +1,6 @@ |
|
|
|
{ |
|
|
|
"name": "ghostfolio", |
|
|
|
"version": "0.98.0", |
|
|
|
"version": "0.99.0", |
|
|
|
"homepage": "https://ghostfol.io", |
|
|
|
"license": "AGPL-3.0", |
|
|
|
"scripts": { |
|
|
|