Skip to content

Commit

Permalink
chore(release): release v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
karlsbeard committed Apr 22, 2024
1 parent 7fbf3cc commit f8d141f
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ jobs:
run: |
upload_url=$(gh release view --json uploadUrl -q .uploadUrl)
echo "upload_url=$upload_url" >> $GITHUB_OUTPUT
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}

- name: Upload main.js
id: upload-main
Expand Down
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@


## [1.0.2](https://github.com/dream-num/obsidian-univer/compare/1.0.1...1.0.2) (2024-04-22)


### Bug Fixes

* fix lockfile ([b6484c9](https://github.com/dream-num/obsidian-univer/commit/b6484c9c0ba7178caf02351de2a89387fecb0da7))
* fix the xlsx View & make the plugin desktoponly ([#55](https://github.com/dream-num/obsidian-univer/issues/55)) ([4d65d89](https://github.com/dream-num/obsidian-univer/commit/4d65d893c53ca264d87ac15728cf584ce037239e))


### Features

* add support for opening .xlsx files ([#54](https://github.com/dream-num/obsidian-univer/issues/54)) ([dc9e8dd](https://github.com/dream-num/obsidian-univer/commit/dc9e8dd459b0a96ee7e98287f32c2314ef6392a3))
* add the export feature ([#58](https://github.com/dream-num/obsidian-univer/issues/58)) ([ba1a8a2](https://github.com/dream-num/obsidian-univer/commit/ba1a8a2ce5548075741913edae52f93850895867))
* add the min rowCount & columnCount of the default workbookData ([#59](https://github.com/dream-num/obsidian-univer/issues/59)) ([8483b69](https://github.com/dream-num/obsidian-univer/commit/8483b696dd5dfdf49d9e8232138b08507b40cab5))
* add the xlsx support setting taps ([#56](https://github.com/dream-num/obsidian-univer/issues/56)) ([35b70fb](https://github.com/dream-num/obsidian-univer/commit/35b70fb6ea8611a1233020e10059ff3a0674425a))

## [0.0.13](https://github.com/karlsbeard/obsidian-univer/compare/0.0.12...0.0.13) (2024-04-07)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "univer",
"type": "module",
"version": "1.0.1",
"version": "1.0.2",
"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",
Expand Down

0 comments on commit f8d141f

Please sign in to comment.