From 0d986f26ae4f598056de8b04c57f411685353687 Mon Sep 17 00:00:00 2001 From: cweijan Date: Sat, 30 Mar 2024 03:33:49 +0800 Subject: [PATCH] Version 3.3.1. --- changelog.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 57720e0..1cb62ba 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,9 @@ # Change log +# 3.3.1 2024-3-30 + +- Update font and pdf viewer. + # 3.3.0 2024-3-29 - Rewrite the UI front end using React. diff --git a/package.json b/package.json index 821e8fc..20a5976 100755 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "vscode-office", "displayName": "Office Viewer(Markdown Editor)", "description": "View word,excel files and using WYSIWYG editor for markdown.", - "version": "3.3.0", + "version": "3.3.1", "publisher": "cweijan", "icon": "images/icon.png", "engines": {