From a86335f20a03d5755f43b17f45b71656854a310c Mon Sep 17 00:00:00 2001 From: Pierre Poupin Date: Sun, 6 Oct 2019 22:23:25 +0200 Subject: [PATCH] bump to 1.2.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 695de8c..22dcce5 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "main": "lib/react-archer.js", "module": "lib/react-archer.js", "types": "types/react-archer.d.ts", - "version": "1.1.2", + "version": "1.2.0", "license": "MIT", "dependencies": { "react-fast-compare": "^2.0.4",