Skip to content

Commit

Permalink
Release feishu-pages@v0.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
huacnlee committed Jan 15, 2024
1 parent 777d15e commit 689a65e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions feishu-pages/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "feishu-pages",
"version": "0.6.4",
"version": "0.6.5",
"description": "Generate Feishu Wiki into a Markdown for work with Static Page Generators.",
"repository": {
"url": "https://github.com/longbridgeapp/feishu-pages"
Expand All @@ -24,7 +24,7 @@
"@types/node": "^20.5.7",
"axios": "^1.5.0",
"dotenv": "^16.3.1",
"feishu-docx": "0.6.0",
"feishu-docx": "^0.6.1",
"marked": "^11.1.0",
"marked-xhtml": "^1.0.8",
"mime-types": "^2.1.35",
Expand Down
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"private": true,
"license": "MIT",
"scripts": {
"dev": "VITEPRESS_DOCS_ROOT=../dist vitepress dev",
"dev": "vitepress dev",
"build": "vitepress build",
"generate-releases": "node generate-releases.js",
"preview": "vitepress preview"
Expand Down

0 comments on commit 689a65e

Please sign in to comment.