From 8dd9fda181c9a8ef93c69b5cc8ed90d175422e2a Mon Sep 17 00:00:00 2001 From: Thomas Date: Mon, 25 Oct 2021 20:21:03 +0200 Subject: [PATCH] V2 (#45) It's been a very long time since last update. + There is the switch from wks 2.x to 3.x So it deserves a major bump Before that, maybe also drop node 10 support? And migrate from Travis to GitHub actions? --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 79509fa..2f3980e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hexo-renderer-ejs", - "version": "1.0.0", + "version": "2.0.0", "description": "EJS renderer plugin for Hexo", "main": "index", "scripts": {