Version Packages

pull/9096/head
github-actions[bot] 3 years ago
parent 05f99d20f9
commit 7c99d1759c

@ -1,5 +0,0 @@
---
'svelte': minor
---
feat: move `svelteHTML` from language-tools into core to load the correct `svelte/element` types

@ -1,5 +1,11 @@
# svelte
## 4.2.0
### Minor Changes
- feat: move `svelteHTML` from language-tools into core to load the correct `svelte/element` types ([#9070](https://github.com/sveltejs/svelte/pull/9070))
## 4.1.2
### Patch Changes

@ -1,6 +1,6 @@
{
"name": "svelte",
"version": "4.1.2",
"version": "4.2.0",
"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.1.2';
export const VERSION = '4.2.0';
export const PUBLIC_VERSION = '4';

Loading…
Cancel
Save