Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
+++ /dev/null
----
-'@sveltejs/kit': patch
----
-
-breaking: `invalid` now must be imported from `@sveltejs/kit`
+++ /dev/null
----
-'@sveltejs/kit': patch
----
-
-breaking: remove `submitter` option from experimental form `validate()` method, always provide default submitter
# @sveltejs/kit
+## 2.48.8
+### Patch Changes
+
+
+- breaking: `invalid` now must be imported from `@sveltejs/kit` ([#14768](https://github.com/sveltejs/kit/pull/14768))
+
+
+- breaking: remove `submitter` option from experimental form `validate()` method, always provide default submitter ([#14762](https://github.com/sveltejs/kit/pull/14762))
+
## 2.48.7
### Patch Changes
{
"name": "@sveltejs/kit",
- "version": "2.48.7",
+ "version": "2.48.8",
"description": "SvelteKit is the fastest way to build Svelte apps",
"keywords": [
"framework",
// generated during release, do not modify
/** @type {string} */
-export const VERSION = '2.48.7';
+export const VERSION = '2.48.8';