From 03614ab8caa55b245cf78748e850da0f143e8746 Mon Sep 17 00:00:00 2001 From: Connor Peet Date: Thu, 14 Dec 2023 11:30:12 -0800 Subject: [PATCH] 3.1.2 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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",