diff --git a/CHANGELOG.md b/CHANGELOG.md index e69de29..25348ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -0,0 +1 @@ +- Fixed an issue with NPM releasing \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index a8e94f4..dc9f4ed 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "zilaws-client", - "version": "1.0.0", + "version": "1.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "zilaws-client", - "version": "1.0.0", + "version": "1.0.1", "license": "MIT", "dependencies": { "uuid": "^9.0.0", diff --git a/package.json b/package.json index 0a5a8aa..973862c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package", "name": "zilaws-client", - "version": "1.0.0", + "version": "1.0.1", "description": "ZilaWS is a blazingly fast and very lightweight library that provides an extremely easy-to-use way to transmit data via websockets between clientside and serverside using eventhandlers and async waiters.", "main": "dist/cjs/index.js", "module": "dist/esm/index.js",