From a39d59d76409bd92f93d92c2df3ecd603cded40a Mon Sep 17 00:00:00 2001 From: Brady Holt Date: Tue, 4 Oct 2016 14:36:00 -0500 Subject: [PATCH] Release 0.8.0 Add parsing validation for 'W' with lists and ranges --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a1e0a43..d74f770 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cronstrue", - "version": "0.7.0", + "version": "0.8.0", "description": "Convert cron expressions into human readable descriptions", "author": "Brady Holt", "license": "MIT",