From f54e296bab085afb3d0fdb215a4112755f56f206 Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Sat, 19 Oct 2019 14:48:34 +0700 Subject: [PATCH] 3.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e2676d1..c3a2d12 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "auto-bind", - "version": "2.1.1", + "version": "3.0.0", "description": "Automatically bind methods to their class instance", "license": "MIT", "repository": "sindresorhus/auto-bind",