Skip to content

Commit

Permalink
v0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
a145789 committed Jul 14, 2024
1 parent 5bc2758 commit 31d83fe
Show file tree
Hide file tree
Showing 3 changed files with 1,347 additions and 62 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
## 0.0.1 (2024-7-14)


### Bug Fixes

* **app:** remove unused cursor property ([9a8f4cf](https://github.com/a145789/sys-speed/commit/9a8f4cfbfedd41d2d92d1c2ded1990ccffd06899))


### Performance Improvements

* **app:** optimize CPU and memory usage ([edd7a7f](https://github.com/a145789/sys-speed/commit/edd7a7fbe4e0d99991ad36f977482c01d4a4927f))



4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "sys-speed",
"private": true,
"version": "0.0.0",
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "vite",
Expand All @@ -21,4 +21,4 @@
"typescript": "^5.2.2",
"vite": "^5.3.1"
}
}
}
Loading

0 comments on commit 31d83fe

Please sign in to comment.