From aa54e836082d44732bd03fcb067e6253d7629191 Mon Sep 17 00:00:00 2001 From: Connor Peet Date: Sun, 21 Jul 2024 22:21:31 -0700 Subject: [PATCH] 3.2.0 --- 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 eed4d5d..270c1aa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "cockatiel", - "version": "3.1.3", + "version": "3.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "cockatiel", - "version": "3.1.3", + "version": "3.2.0", "license": "MIT", "devDependencies": { "@types/chai": "^4.3.1", diff --git a/package.json b/package.json index 68f4383..8b6123e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cockatiel", - "version": "3.1.3", + "version": "3.2.0", "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",