Skip to content

Commit 8594792

Browse files
committed
chore(release): 0.0.1
1 parent 2e37d73 commit 8594792

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4+
5+
### 0.0.1 (2025-02-28)
6+
7+
8+
### Features
9+
10+
* Added code of shell runner & git client ([f28e44c](https://github.com/modulify/git-toolkit/commit/f28e44ca5986ce5f65fcd2b4b73184000b7694be))
11+
12+
13+
### Fixes
14+
15+
* Missing LICENSE.md in files field in package.json manifest ([af3e7f3](https://github.com/modulify/git-toolkit/commit/af3e7f3f3f2156aff5e6aaed81e84650f49f95dd))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@modulify/git-toolkit",
33
"type": "module",
4-
"version": "0.0.0",
4+
"version": "0.0.1",
55
"license": "MIT",
66
"engines": {
77
"node": ">=20.0.0"

0 commit comments

Comments
 (0)