We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2a110c commit c6f99e6Copy full SHA for c6f99e6
.changeset/big-masks-shave.md
packages/svelte/CHANGELOG.md
@@ -1,5 +1,11 @@
1
# svelte
2
3
+## 5.44.0
4
+
5
+### Minor Changes
6
7
+- feat: `hydratable` API ([#17154](https://github.com/sveltejs/svelte/pull/17154))
8
9
## 5.43.15
10
11
### Patch Changes
packages/svelte/package.json
@@ -2,7 +2,7 @@
"name": "svelte",
"description": "Cybernetically enhanced web apps",
"license": "MIT",
- "version": "5.43.15",
+ "version": "5.44.0",
"type": "module",
"types": "./types/index.d.ts",
"engines": {
packages/svelte/src/version.js
@@ -4,5 +4,5 @@
* The current version, as set in package.json.
* @type {string}
*/
-export const VERSION = '5.43.15';
+export const VERSION = '5.44.0';
export const PUBLIC_VERSION = '5';
0 commit comments