diff --git a/.github/workflows/coverage.yaml b/.github/workflows/coverage.yaml index bd00af5a..52c1fe20 100644 --- a/.github/workflows/coverage.yaml +++ b/.github/workflows/coverage.yaml @@ -30,6 +30,6 @@ jobs: run: $HOME/.pub-cache/bin/format_coverage --lcov --in=coverage --out=coverage.lcov --report-on=lib - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v4.0.1 + uses: codecov/codecov-action@v4 with: token: ${{ secrets.CODECOV_TOKEN }} diff --git a/CHANGELOG.md b/CHANGELOG.md index 3442f926..7fc3bfe2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 3.8.0 +- Update to Chrome 122.0.6261.69 + ## 3.7.0 - Update to Chrome 121.0.6167.184 - Requires Dart 3.3.0 diff --git a/pubspec.lock b/pubspec.lock index f1077abb..3861419d 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -109,10 +109,10 @@ packages: dependency: transitive description: name: built_value - sha256: a3ec2e0f967bc47f69f95009bb93db936288d61d5343b9436e378b28a2f830c6 + sha256: fedde275e0a6b798c3296963c5cd224e3e1b55d0e478d5b7e65e6b540f363a0e url: "https://pub.dev" source: hosted - version: "8.9.0" + version: "8.9.1" checked_yaml: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 9ff1eb62..265e5ffc 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: puppeteer description: A high-level API to control headless Chrome over the DevTools Protocol. This is a port of Puppeteer in Dart. -version: 3.7.0 +version: 3.8.0 homepage: https://github.com/xvrh/puppeteer-dart funding: