Skip to content

Commit

Permalink
chore(release): 14.0.5 [skip ci]
Browse files Browse the repository at this point in the history
## [14.0.5](14.0.4...14.0.5) (2024-09-29)

### Bug Fixes

* **deps:** use `@urql/vue` as normal dependency ([94fbf65](94fbf65))
  • Loading branch information
semantic-release-bot committed Sep 29, 2024
1 parent 94fbf65 commit 93f6bfb
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [14.0.5](https://github.com/dargmuesli/vio/compare/14.0.4...14.0.5) (2024-09-29)

### Bug Fixes

* **deps:** use `@urql/vue` as normal dependency ([94fbf65](https://github.com/dargmuesli/vio/commit/94fbf650065fd7e7b142c0080efb8239138d8d7a))

## [14.0.4](https://github.com/dargmuesli/vio/compare/14.0.3...14.0.4) (2024-09-29)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,5 +117,5 @@
"start:static": "serve .playground/.output/public --ssl-cert ./.config/certificates/ssl.crt --ssl-key ./.config/certificates/ssl.key"
},
"type": "module",
"version": "14.0.4"
"version": "14.0.5"
}
2 changes: 1 addition & 1 deletion tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,5 @@
"test:e2e:server:static": "cross-env NODE_ENV=production PORT=\"${PORT:-3002}\" SITE_URL=\"${SITE_URL:-https://localhost:3002}\" VIO_SERVER=static pnpm run test:e2e"
},
"type": "module",
"version": "14.0.4"
"version": "14.0.5"
}

0 comments on commit 93f6bfb

Please sign in to comment.