Skip to content

Commit

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

### Bug Fixes

* schedule release ([e13b7c7](e13b7c7))
  • Loading branch information
semantic-release-bot committed Sep 29, 2024
1 parent e13b7c7 commit 6afd75c
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.3](https://github.com/dargmuesli/vio/compare/14.0.2...14.0.3) (2024-09-29)

### Bug Fixes

* schedule release ([e13b7c7](https://github.com/dargmuesli/vio/commit/e13b7c78ce8ea6ded193d468de724991db9e9464))

## [14.0.2](https://github.com/dargmuesli/vio/compare/14.0.1...14.0.2) (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.2"
"version": "14.0.3"
}
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.2"
"version": "14.0.3"
}

0 comments on commit 6afd75c

Please sign in to comment.