Version Packages (#11925)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
pull/11951/head svelte@4.2.18
github-actions[bot] 4 months ago committed by GitHub
parent dbe6057912
commit 230916f5a0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1,5 +0,0 @@
---
'svelte': patch
---
chore: speed up regex

@ -1,5 +1,11 @@
# svelte
## 4.2.18
### Patch Changes
- chore: speed up regex ([#11922](https://github.com/sveltejs/svelte/pull/11922))
## 4.2.17
### Patch Changes

@ -1,6 +1,6 @@
{
"name": "svelte",
"version": "4.2.17",
"version": "4.2.18",
"description": "Cybernetically enhanced web apps",
"type": "module",
"module": "src/runtime/index.js",

@ -6,5 +6,5 @@
* https://svelte.dev/docs/svelte-compiler#svelte-version
* @type {string}
*/
export const VERSION = '4.2.17';
export const VERSION = '4.2.18';
export const PUBLIC_VERSION = '4';

Loading…
Cancel
Save