From 913fc4f39c74504586db1cabca86c7db1013b13b Mon Sep 17 00:00:00 2001 From: Robert Reinhard Date: Thu, 23 Jun 2022 20:30:38 -0700 Subject: [PATCH] 1.14.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 937ed03..477163a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue-routing-anchor-parser", - "version": "1.13.1", + "version": "1.14.0", "description": "A Vue directive that parses child elements for internally linking anchor tags and binds their click events to use Vue Router's push().", "main": "index.js", "scripts": {