diff --git a/README.md b/README.md index 53bd97a..e234928 100644 --- a/README.md +++ b/README.md @@ -35,3 +35,4 @@ All tests in the package can be executed by running: `npm test`. 1.0.0 - Package initialization 1.0.1 - Export Tuitio types +1.0.2 - Validate that Tuitio's URL parameter is a valid URL diff --git a/package-lock.json b/package-lock.json index 4c3392f..b745e51 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@flare/tuitio-client", - "version": "1.0.1", + "version": "1.0.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@flare/tuitio-client", - "version": "1.0.1", + "version": "1.0.2", "license": "ISC", "dependencies": { "@flare/js-utils": "^1.0.3", diff --git a/package.json b/package.json index e9e1608..798db97 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@flare/tuitio-client", - "version": "1.0.1", + "version": "1.0.2", "description": "Tuitio client", "main": "./lib/index.js", "types": "./lib/index.d.ts",