Skip to content

Commit 12bb2cd

Browse files
committed
chore(release): release v1.1.5
1 parent 36f48ed commit 12bb2cd

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11

22

3+
## [1.1.5](https://github.com/dream-num/obsidian-univer/compare/1.1.4...1.1.5) (2024-09-13)
4+
5+
6+
### Bug Fixes
7+
8+
* save data error ([#88](https://github.com/dream-num/obsidian-univer/issues/88)) ([c0dc254](https://github.com/dream-num/obsidian-univer/commit/c0dc2541219c42fbd657a4bd9b6cd38d7a625630))
9+
10+
11+
### Features
12+
13+
* 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))
14+
315
## [1.1.4](https://github.com/dream-num/obsidian-univer/compare/1.1.3...1.1.4) (2024-08-19)
416

517

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "univer",
33
"name": "Univer",
4-
"version": "1.1.4",
4+
"version": "1.1.5",
55
"minAppVersion": "1.5.11",
66
"description": "Create, edit, and view spreadsheets and documents in various formats like Excel and Word directly within your knowledge base.",
77
"author": "DreamNum",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "univer",
33
"type": "module",
4-
"version": "1.1.4",
4+
"version": "1.1.5",
55
"packageManager": "pnpm@9.4.0",
66
"description": "Create, edit, and view spreadsheets and documents in various formats like Excel and Word directly within your knowledge base.",
77
"author": "DreamNum",

0 commit comments

Comments
 (0)