From 8edbbc33457202bff14d73d0c24b336179b452a1 Mon Sep 17 00:00:00 2001 From: karl <2557075675@qq.com> Date: Thu, 23 May 2024 11:50:02 +0800 Subject: [PATCH] chore(release): release v1.0.3 --- CHANGELOG.md | 9 +++++++++ manifest.json | 2 +- package.json | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 37ee3f9..43098c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ +## [1.0.3](https://github.com/dream-num/obsidian-univer/compare/1.0.2...1.0.3) (2024-05-23) + + +### Features + +* add the file exchange function ([#73](https://github.com/dream-num/obsidian-univer/issues/73)) ([344c583](https://github.com/dream-num/obsidian-univer/commit/344c583e27d0f167a2f885a99ade98f9543cfb87)) +* add the new excel feature ([#63](https://github.com/dream-num/obsidian-univer/issues/63)) ([436c15f](https://github.com/dream-num/obsidian-univer/commit/436c15f07bb9c617db1b781c76b8d5035154243e)) +* add the russia i18n ([#75](https://github.com/dream-num/obsidian-univer/issues/75)) ([4b242a1](https://github.com/dream-num/obsidian-univer/commit/4b242a1323102a1d2652d8d7b5c4c19b86ab3e70)) + ## [1.0.2](https://github.com/dream-num/obsidian-univer/compare/1.0.1...1.0.2) (2024-04-22) diff --git a/manifest.json b/manifest.json index 299b103..a7d9eda 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "univer", "name": "Univer", - "version": "1.0.2", + "version": "1.0.3", "minAppVersion": "1.5.11", "description": "Create, edit, and view spreadsheets and documents in various formats like Excel and Word directly within your knowledge base.", "author": "DreamNum", diff --git a/package.json b/package.json index 30808e9..794c09c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "univer", "type": "module", - "version": "1.0.2", + "version": "1.0.3", "description": "Create, edit, and view spreadsheets and documents in various formats like Excel and Word directly within your knowledge base.", "author": "DreamNum", "license": "Apache-2.0",