Skip to content

Commit d712cb7

Browse files
committed
v0.2.0
1 parent 5b5949c commit d712cb7

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## Version v0.2.0
4+
5+
Released on April 6th, 2025.
6+
7+
- Added bun installation instructions, fixed some typos and return types, updated sidebar menus on documentation.
8+
- Supports more architectures including `aarch64-pc-windows-msvc`, `aarch64-unknown-linux-gnu`, `aarch64-unknown-linux-musl`, `armv7-linux-androideabi`, and `aarch64-linux-android`.
9+
10+
We sincerely thank @gitsunmin, @jsparkdev, @nnnnoel for their contributions. We appreciate your great efforts!
11+
312
## Version v0.1.0
413

514
Initial release. Released on March 25th, 2024.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "es-git",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"main": "index.js",
55
"types": "index.d.ts",
66
"files": [

0 commit comments

Comments
 (0)