From eaf32be0e94f62fddc83d8550814e30a4be66a3c Mon Sep 17 00:00:00 2001 From: Alexander Early Date: Tue, 12 Feb 2019 14:35:46 -0800 Subject: [PATCH] Version 2.6.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4cc6eccef..c7b24e8d9 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "async", "description": "Higher-order functions and common patterns for asynchronous code", - "version": "2.6.1", + "version": "2.6.2", "main": "dist/async.js", "author": "Caolan McMahon", "homepage": "https://caolan.github.io/async/",