ghreview 3.0.2 → 3.0.3

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/CHANGELOG.md +7 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## [3.0.3](https://github.com/rvagg/ghreview/compare/v3.0.2...v3.0.3) (2026-02-23)
2
+
3
+ ### Trivial Changes
4
+
5
+ * **deps-dev:** bump @semantic-release/github from 12.0.5 to 12.0.6 ([#35](https://github.com/rvagg/ghreview/issues/35)) ([eea8655](https://github.com/rvagg/ghreview/commit/eea8655ccca680b93d03fe71b151918b575cbc48))
6
+ * **deps:** bump simple-git from 3.30.0 to 3.31.1 ([#34](https://github.com/rvagg/ghreview/issues/34)) ([5895fdb](https://github.com/rvagg/ghreview/commit/5895fdb45f68bca44e83bb336383111047d4fe13))
7
+
1
8
  ## [3.0.2](https://github.com/rvagg/ghreview/compare/v3.0.1...v3.0.2) (2026-02-16)
2
9
 
3
10
  ### Trivial Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ghreview",
3
- "version": "3.0.2",
3
+ "version": "3.0.3",
4
4
  "description": "GitHub PR-based code review workflow for AI-assisted development",
5
5
  "type": "module",
6
6
  "main": "lib/index.js",