Skip to content

Commit b131a66

Browse files
Version Packages
1 parent 73745c5 commit b131a66

4 files changed

Lines changed: 10 additions & 11 deletions

File tree

.changeset/fifty-vans-nail.md

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

.changeset/fluffy-donuts-hope.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.13.2
4+
### Patch Changes
5+
6+
7+
- fix(drizzle): add missing closing parenthesis in D1 getDb function ([#1022](https://github.com/sveltejs/cli/pull/1022))
8+
9+
10+
- fix(eslint): properly handle configs that doesn't use `defineConfig` ([#994](https://github.com/sveltejs/cli/pull/994))
11+
312
## 0.13.1
413
### Patch 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.13.1",
3+
"version": "0.13.2",
44
"type": "module",
55
"description": "A command line interface (CLI) for creating and maintaining Svelte applications",
66
"license": "MIT",

0 commit comments

Comments
 (0)