diff --git a/package-lock.json b/package-lock.json index b8df71c..5f675ba 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "cockatiel", - "version": "3.1.1", + "version": "3.1.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "cockatiel", - "version": "3.1.1", + "version": "3.1.2", "license": "MIT", "devDependencies": { "@types/chai": "^4.3.1", diff --git a/package.json b/package.json index 5ebaad6..e44acb2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cockatiel", - "version": "3.1.1", + "version": "3.1.2", "description": "A resilience and transient-fault-handling library that allows developers to express policies such as Backoff, Retry, Circuit Breaker, Timeout, Bulkhead Isolation, and Fallback in a fluent and thread-safe manner. Inspired by .NET Polly.", "main": "dist/index.js", "module": "dist/esm/index.js",