Skip to content

Commit 39c2e91

Browse files
chore(release): 1.0.0 [skip ci]
# 1.0.0 (2021-09-03) ### Bug Fixes * build ([fd35d6c](fd35d6c)) * deps ([7ad5f35](7ad5f35)) * useAppVisible hook ([0f3ad46](0f3ad46)) ### Features * enable HMR ([7ff7100](7ff7100))
1 parent e4b31c1 commit 39c2e91

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# 1.0.0 (2021-09-03)
2+
3+
4+
### Bug Fixes
5+
6+
* build ([fd35d6c](https://github.com/pengx17/logseq-plugin-template-react/commit/fd35d6c098e030920da26a65c734940a27b604df))
7+
* deps ([7ad5f35](https://github.com/pengx17/logseq-plugin-template-react/commit/7ad5f351a645029823c3ab4cc04db2476948943a))
8+
* useAppVisible hook ([0f3ad46](https://github.com/pengx17/logseq-plugin-template-react/commit/0f3ad46e2fe8f9326e796fb50f8f32d5c66d9bf8))
9+
10+
11+
### Features
12+
13+
* enable HMR ([7ff7100](https://github.com/pengx17/logseq-plugin-template-react/commit/7ff7100552180c6d14f3df37a449b704da29270d))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "logseq-plugin-template-react",
3-
"version": "0.0.1",
3+
"version": "1.0.0",
44
"main": "dist/index.html",
55
"scripts": {
66
"dev": "vite",

0 commit comments

Comments
 (0)