Skip to content

Commit

Permalink
Bumped version to v0.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
aegrumet committed Mar 8, 2024
1 parent 017e1ab commit f56a6e3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
3 changes: 2 additions & 1 deletion src/interfaces/rss.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ export const RssFeedInfoSchema = z.object({
]),
description: z.optional(
z.object({
_text: z.string(),
_text: z.optional(z.string()),
_cdata: z.optional(z.string()),
})
),
image: z.optional(
Expand Down
10 changes: 5 additions & 5 deletions version-info.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"dirty": false,
"raw": "v0.5.3-0-g1069ca5",
"hash": "g1069ca5",
"dirty": true,
"raw": "v0.5.3-0-g017e1ab-dirty",
"hash": "g017e1ab",
"distance": 0,
"tag": "v0.5.3",
"semver": {
Expand All @@ -18,6 +18,6 @@
"build": [],
"version": "0.5.3"
},
"suffix": "0-g1069ca5",
"semverString": "0.5.3"
"suffix": "0-g017e1ab-dirty",
"semverString": "0.5.3+0.g017e1ab.dirty"
}

0 comments on commit f56a6e3

Please sign in to comment.