Skip to content

Commit 931cdee

Browse files
committed
chore(release): 0.0.2
1 parent 86c24c8 commit 931cdee

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [0.0.2](https://github.com/EastSun5566/hackdesk/compare/v0.0.1...v0.0.2) (2023-11-05)
6+
57
### 0.0.1 (2023-11-04)
68

79

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "hackdesk",
33
"description": "📝 An unofficial HackMD desktop app",
44
"private": true,
5-
"version": "0.0.1",
5+
"version": "0.0.2",
66
"type": "module",
77
"scripts": {
88
"dev": "tauri dev",
@@ -65,4 +65,4 @@
6565
"*.(ts|tsx)": "pnpm run lint:ts",
6666
"*.rs": "pnpm run lint:rs"
6767
}
68-
}
68+
}

0 commit comments

Comments
 (0)