diff --git a/package-lock.json b/package-lock.json index e2a1443..4ef5ed2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "intl-utils", - "version": "1.0.1", + "version": "1.0.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "intl-utils", - "version": "1.0.1", + "version": "1.0.2", "license": "MIT", "devDependencies": { "@types/jest": "^29.5.0", diff --git a/package.json b/package.json index d555425..1bbb915 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "intl-utils", - "version": "1.0.1", + "version": "1.0.2", "description": "Utilities for internationalization", "main": "dist/index.js", "types": "dist/index.d.ts",