diff --git a/package-lock.json b/package-lock.json index 091a85d..43d1de6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "next-pipe", - "version": "1.1.1", + "version": "1.1.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "next-pipe", - "version": "1.1.1", + "version": "1.1.2", "license": "MIT", "devDependencies": { "@commitlint/cli": "^17.6.5", diff --git a/package.json b/package.json index 22b60cf..c24240a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "next-pipe", - "version": "1.1.1", + "version": "1.1.2", "description": "Provides a simple way to pipe data through a series of functions.", "main": "./dist/cjs/index.js", "module": "./dist/esm/index.js",