Skip to content

Commit

Permalink
Release 0.4.0 (#157)
Browse files Browse the repository at this point in the history
  • Loading branch information
timostamm authored Sep 20, 2024
1 parent 68fc42a commit 3f305c4
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
node-version: [18, 20]
node-version: [18, 20, 22]
steps:
- uses: actions/setup-node@v4
with:
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/connect-playwright-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"typescript": "^5.5.4"
},
"dependencies": {
"@connectrpc/connect-playwright": "^0.3.2",
"@connectrpc/connect-playwright": "^0.4.0",
"@playwright/test": "^1.46.1",
"react": "^18.3.1",
"react-dom": "^18.3.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/connect-playwright/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@connectrpc/connect-playwright",
"version": "0.3.2",
"version": "0.4.0",
"license": "Apache-2.0",
"description": "e2e utilities for use with Playwright and Connect",
"repository": {
Expand Down

0 comments on commit 3f305c4

Please sign in to comment.