We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4acdb5 commit 255ca4fCopy full SHA for 255ca4f
CHANGELOG.md
@@ -1,5 +1,18 @@
1
# Changelog
2
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
16
## Version v0.3.0
17
18
Released on April 26th, 2025.
package.json
@@ -1,6 +1,6 @@
{
"name": "es-git",
- "version": "0.3.0",
+ "version": "0.4.0",
"main": "index.js",
"types": "index.d.ts",
"files": [
0 commit comments