Skip to content

Commit

Permalink
Merge pull request #676 from podverse/develop
Browse files Browse the repository at this point in the history
Release v4.14.5
  • Loading branch information
mitchdowney authored Oct 17, 2023
2 parents a922380 + c9fbb4e commit 143e970
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "podverse-api",
"version": "4.14.4",
"version": "4.14.5",
"description": "Data API, database migration scripts, and backend services for all Podverse models.",
"contributors": [
"Mitch Downey"
Expand Down
3 changes: 3 additions & 0 deletions src/entities/episodes_most_recent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ export class EpisodeMostRecent {
@ViewColumn()
credentialsRequired?: boolean

@ViewColumn()
description?: string

@ViewColumn()
duration?: number

Expand Down

0 comments on commit 143e970

Please sign in to comment.