ghreview 2.0.0 → 2.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.
@@ -10,9 +10,9 @@ jobs:
10
10
  runs-on: ${{ matrix.os }}
11
11
  steps:
12
12
  - name: Checkout Repository
13
- uses: actions/checkout@v6.0.1
13
+ uses: actions/checkout@v6.0.2
14
14
  - name: Use Node.js ${{ matrix.node }}
15
- uses: actions/setup-node@v6.1.0
15
+ uses: actions/setup-node@v6.2.0
16
16
  with:
17
17
  node-version: ${{ matrix.node }}
18
18
  - name: Install Dependencies
@@ -34,11 +34,11 @@ jobs:
34
34
  id-token: write
35
35
  steps:
36
36
  - name: Checkout
37
- uses: actions/checkout@v6.0.1
37
+ uses: actions/checkout@v6.0.2
38
38
  with:
39
39
  fetch-depth: 0
40
40
  - name: Setup Node.js
41
- uses: actions/setup-node@v6.1.0
41
+ uses: actions/setup-node@v6.2.0
42
42
  with:
43
43
  node-version: lts/*
44
44
  - name: Install dependencies
package/CHANGELOG.md CHANGED
@@ -1,3 +1,17 @@
1
+ ## [2.0.2](https://github.com/rvagg/ghreview/compare/v2.0.1...v2.0.2) (2026-01-24)
2
+
3
+ ### Trivial Changes
4
+
5
+ * **deps-dev:** bump @semantic-release/npm from 13.1.1 to 13.1.3 ([#22](https://github.com/rvagg/ghreview/issues/22)) ([af0c667](https://github.com/rvagg/ghreview/commit/af0c667d507344db882452d7d1bdb9db1a2c2d2e))
6
+ * **deps:** bump actions/checkout from 6.0.1 to 6.0.2 ([#21](https://github.com/rvagg/ghreview/issues/21)) ([ec1303c](https://github.com/rvagg/ghreview/commit/ec1303c5a5fd3003d08648f0b3933815e94335b6))
7
+ * **deps:** bump actions/setup-node from 6.1.0 to 6.2.0 ([#20](https://github.com/rvagg/ghreview/issues/20)) ([55cbebf](https://github.com/rvagg/ghreview/commit/55cbebfff5bab1f5d62bb6013f4ce7910459d66e))
8
+
9
+ ## [2.0.1](https://github.com/rvagg/ghreview/compare/v2.0.0...v2.0.1) (2026-01-24)
10
+
11
+ ### Trivial Changes
12
+
13
+ * **deps-dev:** bump nock from 14.0.7 to 14.0.10 ([#5](https://github.com/rvagg/ghreview/issues/5)) ([b979aba](https://github.com/rvagg/ghreview/commit/b979abaad70a259a0d01eb6d8b89eeb0a7707dc6))
14
+
1
15
  ## [2.0.0](https://github.com/rvagg/ghreview/compare/v1.0.1...v2.0.0) (2026-01-24)
2
16
 
3
17
  ### ⚠ BREAKING CHANGES
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ghreview",
3
- "version": "2.0.0",
3
+ "version": "2.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",