diff --git a/package-lock.json b/package-lock.json index f510b9b..fcd1a71 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@activetheory/fit-text", - "version": "0.0.0", + "version": "1.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@activetheory/fit-text", - "version": "0.0.0", + "version": "1.0.0", "license": "MIT", "devDependencies": { "husky": "^9.1.7", diff --git a/package.json b/package.json index 3e52740..e9ba4bf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@activetheory/fit-text", - "version": "0.0.0", + "version": "1.0.0", "description": "Fit text to a container, a precise width or height, or fit to a single line and trim the overflow", "main": "./src/index.js", "publishConfig": {