diff --git a/package-lock.json b/package-lock.json index 2fee357..684f099 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "qwik-speak", - "version": "0.1.4", + "version": "0.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "qwik-speak", - "version": "0.1.4", + "version": "0.2.0", "license": "MIT", "bin": { "qwik-speak-extract": "extract/cli.js" diff --git a/package.json b/package.json index 9410add..40d36ac 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "qwik-speak", - "version": "0.1.4", + "version": "0.2.0", "description": "Internationalization (i18n) library to translate texts, dates and numbers in Qwik apps", "scripts": { "build": "npm run lint && vite build --mode lib --config vite.config.lib.ts && tsc --project tsconfig.lib.json && api-extractor run --local && npm run build.tools", @@ -97,4 +97,4 @@ "qwik": "./lib/index.qwik.mjs", "type": "module", "types": "./lib/index.d.ts" -} \ No newline at end of file +}