@yourfam/yf-commit 0.2.0 → 0.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -176,8 +176,8 @@ npm test
176
176
  node ./bin/yf-commit.js --help
177
177
  ```
178
178
 
179
- Maintainer: YourFam (`kamal-yourfam` on npm). License MIT.
179
+ Maintainer: YourFam (`kamal-yourfam` on npm). MIT.
180
180
 
181
181
  ## License
182
182
 
183
- MIT
183
+ MIT © 2026 YourFam. See [LICENSE](./LICENSE).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yourfam/yf-commit",
3
- "version": "0.2.0",
3
+ "version": "0.3.0",
4
4
  "description": "AI commit message from your staged git diff",
5
5
  "type": "module",
6
6
  "bin": {