Skip to content

Commit 255ca4f

Browse files
committed
v0.4.0
1 parent c4acdb5 commit 255ca4f

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
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## Version v0.4.0
4+
5+
Released on June 22th, 2025.
6+
7+
- feat: add merge features (#127)
8+
- feat: add annotated commit feature (#126)
9+
- docs: transform markdown links into html (#124)
10+
- feat: add checkout features (#123)
11+
- chore: upgrade yarn 4.9.1 (#122)
12+
- fix(docs): use yarn dlx for Vercel CLI (#121)
13+
14+
We sincerely thank @other-yuka for their contributions. We appreciate your great efforts!
15+
316
## Version v0.3.0
417

518
Released on April 26th, 2025.

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.3.0",
3+
"version": "0.4.0",
44
"main": "index.js",
55
"types": "index.d.ts",
66
"files": [

0 commit comments

Comments
 (0)