diff --git a/CHANGELOG.md b/CHANGELOG.md index 956052b..2cd9646 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ +## [1.1.5](https://github.com/dream-num/obsidian-univer/compare/1.1.4...1.1.5) (2024-09-13) + + +### Bug Fixes + +* save data error ([#88](https://github.com/dream-num/obsidian-univer/issues/88)) ([c0dc254](https://github.com/dream-num/obsidian-univer/commit/c0dc2541219c42fbd657a4bd9b6cd38d7a625630)) + + +### Features + +* upgrade univer to 0.2.14 ([#91](https://github.com/dream-num/obsidian-univer/issues/91)) ([36f48ed](https://github.com/dream-num/obsidian-univer/commit/36f48ed6427a210c19814fcace7b7dd9b74e35af)) + ## [1.1.4](https://github.com/dream-num/obsidian-univer/compare/1.1.3...1.1.4) (2024-08-19) diff --git a/manifest.json b/manifest.json index 5d682bc..e7e2e81 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "univer", "name": "Univer", - "version": "1.1.4", + "version": "1.1.5", "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 0230b4d..62505d2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "univer", "type": "module", - "version": "1.1.4", + "version": "1.1.5", "packageManager": "pnpm@9.4.0", "description": "Create, edit, and view spreadsheets and documents in various formats like Excel and Word directly within your knowledge base.", "author": "DreamNum",