xoegit 1.1.0 → 1.1.1

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 +8 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -147,6 +147,14 @@ src/
147
147
  └── utils/ # Utilities (input, UI)
148
148
  ```
149
149
 
150
+ ## Contributing
151
+
152
+ Contributions are welcome! Please read our [Contributing Guide](CONTRIBUTING.md) to get started.
153
+
154
+ - [Contributing Guide](CONTRIBUTING.md)
155
+ - [Code of Conduct](CODE_OF_CONDUCT.md)
156
+ - [Security Policy](SECURITY.md)
157
+
150
158
  ## License
151
159
 
152
160
  [MIT](LICENSE.md)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "xoegit",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "description": "AI-powered CLI tool for generating semantic git commit messages and PR descriptions",
5
5
  "license": "MIT",
6
6
  "author": "ujangdoubleday",