From 2a146efe3e53aef7e5b226fbac19d9406e6f1bd3 Mon Sep 17 00:00:00 2001 From: Gregory Jacobs Date: Wed, 17 Aug 2022 12:40:32 -0600 Subject: [PATCH] v3.16.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b1fc00d7..328a73f2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "autolinker", - "version": "3.15.0", + "version": "3.16.0", "description": "Utility to automatically link the URLs, email addresses, phone numbers, hashtags, and mentions (Twitter, Instagram) in a given block of text/HTML", "main": "./dist/commonjs/index.js", "typings": "./dist/commonjs/index.d.ts",