-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## [1.0.1](v1.0.0...v1.0.1) (2022-07-29) ### Bug Fixes * **huksy:** fix post-checkout ([ba5bfa3](ba5bfa3)) * **semantic-release:** refine semantic-release config ([1b27b2d](1b27b2d)) * **svelte:** remove default preprocess due to deprecation ([a96a58e](a96a58e)) * **test:** fix e2e test and reset to default port ([707f410](707f410)) * **vitest:** fix vitest config ([e599690](e599690))
- Loading branch information
1 parent
d68faa1
commit d904206
Showing
2 changed files
with
11 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "dashboard", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"private": true, | ||
"scripts": { | ||
"dev": "vite dev", | ||
|