galaxyrepowatch 2.5.1 → 2.5.2

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 +3 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -323,10 +323,12 @@ MIT License
323
323
 
324
324
  ---
325
325
 
326
- # ⭐ Support
326
+ # ⭐ Support & Reviews
327
327
 
328
328
  If Galaxy Repo Watch helps improve your development workflow, please consider giving the project a ⭐ on GitHub.
329
329
 
330
+ ⭐ **Submit your Review & Rating:** [https://galaxyrepowatch.galaxyweblinks.com/app-reviews](https://galaxyrepowatch.galaxyweblinks.com/app-reviews)
331
+
330
332
  Your support motivates us to continue building powerful AI tools for developers.
331
333
 
332
334
  ---
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "galaxyrepowatch",
3
- "version": "2.5.1",
3
+ "version": "2.5.2",
4
4
  "description": "AI-powered Git pre-commit guard. Blocks bad code, detects secrets, runs Gemini AI review on every commit.",
5
5
  "main": "dist/cli.js",
6
6
  "types": "dist/cli.d.ts",