Skip to content

Commit

Permalink
chore(release): 1.0.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.0.1](v1.0.0...v1.0.1) (2023-09-07)

### Bug Fixes

* file name may invalid when importing file. ([1e95c50](1e95c50))
* icon display ([136dc6c](136dc6c))
  • Loading branch information
semantic-release-bot committed Sep 7, 2023
1 parent 1e95c50 commit 03909d3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [1.0.1](https://github.com/lee88688/logseq-mhtml-view-plugin/compare/v1.0.0...v1.0.1) (2023-09-07)


### Bug Fixes

* file name may invalid when importing file. ([1e95c50](https://github.com/lee88688/logseq-mhtml-view-plugin/commit/1e95c501c93c33d8180ce163c0ebb025ec9de8b4))
* icon display ([136dc6c](https://github.com/lee88688/logseq-mhtml-view-plugin/commit/136dc6c0cb2f186b29243080f5e73fb22f100fde))

# 1.0.0 (2023-09-06)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "logseq-mhtml-viewer",
"version": "1.0.0",
"version": "1.0.1",
"main": "dist/index.html",
"scripts": {
"dev": "vite",
Expand Down

0 comments on commit 03909d3

Please sign in to comment.