From 937960bda300e2f5490e17784196f06109fc0144 Mon Sep 17 00:00:00 2001 From: Ciro Ferreira da Cruz Date: Wed, 20 Jan 2021 14:46:24 +0000 Subject: [PATCH] release v3.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0bc36bf..ce7f41d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "creditcard.js", - "version": "2.1.6", + "version": "3.0.0", "description": "A simple library for credit-card validation in JavaScript", "main": "dist/creditcard.js", "repository": "ContaAzul/creditcard.js",