diff --git a/package-lock.json b/package-lock.json index a46916e..5835837 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "sveltekit-i18n", - "version": "2.2.2", + "version": "2.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "sveltekit-i18n", - "version": "2.2.2", + "version": "2.3.0", "license": "MIT", "workspaces": [ "./examples/*/" diff --git a/package.json b/package.json index e2f76fc..ca2ed4e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sveltekit-i18n", - "version": "2.2.2", + "version": "2.3.0", "description": "Internationalization library for SvelteKit", "type": "module", "main": "./dist/index.cjs", @@ -69,4 +69,4 @@ "workspaces": [ "./examples/*/" ] -} \ No newline at end of file +}