Version Packages

pull/18560/head
github-actions[bot] 3 days ago
parent d9e40d17cf
commit 5e2a01b016

@ -1,5 +0,0 @@
---
'svelte': patch
---
chore: provide `indent` option for `print`

@ -1,5 +1,11 @@
# svelte
## 5.56.7
### Patch Changes
- chore: provide `indent` option for `print` ([#18474](https://github.com/sveltejs/svelte/pull/18474))
## 5.56.6
### Patch Changes

@ -2,7 +2,7 @@
"name": "svelte",
"description": "Cybernetically enhanced web apps",
"license": "MIT",
"version": "5.56.6",
"version": "5.56.7",
"type": "module",
"types": "./types/index.d.ts",
"engines": {

@ -4,5 +4,5 @@
* The current version, as set in package.json.
* @type {string}
*/
export const VERSION = '5.56.6';
export const VERSION = '5.56.7';
export const PUBLIC_VERSION = '5';

Loading…
Cancel
Save