ghreview 3.0.0 → 3.0.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/CHANGELOG.md +16 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,19 @@
1
+ ## [3.0.2](https://github.com/rvagg/ghreview/compare/v3.0.1...v3.0.2) (2026-02-16)
2
+
3
+ ### Trivial Changes
4
+
5
+ * **deps-dev:** bump @semantic-release/github from 12.0.3 to 12.0.5 ([#32](https://github.com/rvagg/ghreview/issues/32)) ([f318836](https://github.com/rvagg/ghreview/commit/f3188365c2f177a16f743bda0bc5c6aebcc33fb0))
6
+ * **deps-dev:** bump @semantic-release/npm from 13.1.3 to 13.1.4 ([#30](https://github.com/rvagg/ghreview/issues/30)) ([c6e57be](https://github.com/rvagg/ghreview/commit/c6e57beabf7d85aa971adc9c7b874f4ab8e4606c))
7
+ * **deps-dev:** bump nock from 14.0.10 to 14.0.11 ([#33](https://github.com/rvagg/ghreview/issues/33)) ([7218b14](https://github.com/rvagg/ghreview/commit/7218b148137319869ace06146e09ee4704e79714))
8
+ * **deps:** bump ora from 9.1.0 to 9.3.0 ([#31](https://github.com/rvagg/ghreview/issues/31)) ([1bd35a5](https://github.com/rvagg/ghreview/commit/1bd35a5bf12b836bd72d8274ed79ad0bc1af0c76))
9
+
10
+ ## [3.0.1](https://github.com/rvagg/ghreview/compare/v3.0.0...v3.0.1) (2026-02-09)
11
+
12
+ ### Trivial Changes
13
+
14
+ * **deps-dev:** bump @semantic-release/github from 12.0.2 to 12.0.3 ([#28](https://github.com/rvagg/ghreview/issues/28)) ([96f0352](https://github.com/rvagg/ghreview/commit/96f035255af6b27e3aee52ccb0062d1a2e4bb8ed))
15
+ * **deps:** bump ghauth from 7.0.0 to 7.0.1 ([#29](https://github.com/rvagg/ghreview/issues/29)) ([86de544](https://github.com/rvagg/ghreview/commit/86de544541047a9105241e12ce84b5427338bd76))
16
+
1
17
  ## [3.0.0](https://github.com/rvagg/ghreview/compare/v2.0.4...v3.0.0) (2026-02-07)
2
18
 
3
19
  ### ⚠ BREAKING CHANGES
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ghreview",
3
- "version": "3.0.0",
3
+ "version": "3.0.2",
4
4
  "description": "GitHub PR-based code review workflow for AI-assisted development",
5
5
  "type": "module",
6
6
  "main": "lib/index.js",