diff --git a/package-lock.json b/package-lock.json index 529dbd5..8d0f88e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "agoda-devfeedback", - "version": "0.0.4", + "version": "1.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "agoda-devfeedback", - "version": "0.0.4", + "version": "1.0.1", "license": "MIT", "dependencies": { "axios": "^1.7.4", diff --git a/package.json b/package.json index 571c2b6..8e05178 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "module": "./lib/esm/index.js", "types": "./lib/index.d.ts", "license": "MIT", - "version": "0.0.4", + "version": "1.0.1", "scripts": { "build": "tsc --emitDeclarationOnly --outDir ./lib", "build-cjs": "tsc --module commonjs --outDir ./lib/cjs",