From 85fb18f3d319d14d893ec24648929ff0eb908768 Mon Sep 17 00:00:00 2001 From: Alexander Early Date: Mon, 19 Aug 2024 16:23:56 -0700 Subject: [PATCH] Version 3.2.6 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e33c72663..fd41a8d39 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "async", "description": "Higher-order functions and common patterns for asynchronous code", - "version": "3.2.5", + "version": "3.2.6", "main": "dist/async.js", "author": "Caolan McMahon", "homepage": "https://caolan.github.io/async/",