ghreview 3.0.4 → 3.0.6

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 +15 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,18 @@
1
+ ## [3.0.6](https://github.com/rvagg/ghreview/compare/v3.0.5...v3.0.6) (2026-03-16)
2
+
3
+ ### Trivial Changes
4
+
5
+ * **deps-dev:** bump conventional-changelog-conventionalcommits ([#41](https://github.com/rvagg/ghreview/issues/41)) ([9159eea](https://github.com/rvagg/ghreview/commit/9159eea6a256d26fe62214474b23f9db42678e95))
6
+ * **deps:** bump simple-git from 3.32.3 to 3.33.0 ([#42](https://github.com/rvagg/ghreview/issues/42)) ([1f9283b](https://github.com/rvagg/ghreview/commit/1f9283b6fbb57368863de186124edcb2e30d100f))
7
+
8
+ ## [3.0.5](https://github.com/rvagg/ghreview/compare/v3.0.4...v3.0.5) (2026-03-09)
9
+
10
+ ### Trivial Changes
11
+
12
+ * **deps-dev:** bump @semantic-release/npm from 13.1.4 to 13.1.5 ([#39](https://github.com/rvagg/ghreview/issues/39)) ([403ea1b](https://github.com/rvagg/ghreview/commit/403ea1b549436160e5a8f7e8a5cd0089324be7e6))
13
+ * **deps-dev:** bump conventional-changelog-conventionalcommits ([#40](https://github.com/rvagg/ghreview/issues/40)) ([26b9f05](https://github.com/rvagg/ghreview/commit/26b9f05e9cb1d48590e1b836e7af07b9cd3655ba))
14
+ * **deps:** bump simple-git from 3.32.2 to 3.32.3 ([#38](https://github.com/rvagg/ghreview/issues/38)) ([483e1c1](https://github.com/rvagg/ghreview/commit/483e1c118c45f7007432d4f35deaa7902132a827))
15
+
1
16
  ## [3.0.4](https://github.com/rvagg/ghreview/compare/v3.0.3...v3.0.4) (2026-03-03)
2
17
 
3
18
  ### Trivial Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ghreview",
3
- "version": "3.0.4",
3
+ "version": "3.0.6",
4
4
  "description": "GitHub PR-based code review workflow for AI-assisted development",
5
5
  "type": "module",
6
6
  "main": "lib/index.js",