Skip to content

Commit

Permalink
article in Markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalikmay committed Dec 17, 2024
1 parent a91398b commit 6160c9c
Show file tree
Hide file tree
Showing 2 changed files with 2 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": "seobot",
"version": "1.0.10",
"version": "1.1.0",
"description": "Client library for the SEObot API",
"main": "dist/index.js",
"files": [
Expand Down
1 change: 1 addition & 0 deletions src/types/blog/article.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ export interface IArticle {
category: ICategory;
readingTime: number;
html: string;
markdown: string;
outline: string;
deleted: boolean;
published: boolean;
Expand Down

0 comments on commit 6160c9c

Please sign in to comment.