diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e5b31e..956052b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ +## [1.1.4](https://github.com/dream-num/obsidian-univer/compare/1.1.3...1.1.4) (2024-08-19) + + +### Features + +* Add command for quick creation of new universal file ([#85](https://github.com/dream-num/obsidian-univer/issues/85)) ([27f52b9](https://github.com/dream-num/obsidian-univer/commit/27f52b95ce4d159969844d69f55c8baad96e61e5)) + ## [1.1.3](https://github.com/dream-num/obsidian-univer/compare/1.1.2...1.1.3) (2024-08-15) ## [1.1.2](https://github.com/dream-num/obsidian-univer/compare/1.1.1...1.1.2) (2024-07-15) diff --git a/manifest.json b/manifest.json index ceae43a..05a067c 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "univer", "name": "Univer", - "version": "1.1.3", + "version": "1.1.4", "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 7fdd1d5..9ffc8b3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "univer", "type": "module", - "version": "1.1.3", + "version": "1.1.4", "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",