Skip to content

Commit d7fc0ca

Browse files
Version Packages
1 parent d56ff48 commit d7fc0ca

File tree

4 files changed

+10
-11
lines changed

4 files changed

+10
-11
lines changed

.changeset/lucky-dragons-speak.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/public-bobcats-open.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/sv/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# sv
22

3+
## 0.14.1
4+
### Patch Changes
5+
6+
7+
- chore: simplify `runes` option ([#1039](https://github.com/sveltejs/cli/pull/1039))
8+
9+
10+
- fix(playwright): auto-install Playwright browsers via `prepare` script ([#1041](https://github.com/sveltejs/cli/pull/1041))
11+
312
## 0.14.0
413
### Minor Changes
514

packages/sv/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sv",
3-
"version": "0.14.0",
3+
"version": "0.14.1",
44
"type": "module",
55
"description": "A command line interface (CLI) for creating and maintaining Svelte applications",
66
"license": "MIT",

0 commit comments

Comments
 (0)