From c8ed2a78796184939daf7a4dea64761dfad6a5bf Mon Sep 17 00:00:00 2001 From: kbariotis Date: Tue, 4 Jan 2022 21:54:28 +0000 Subject: [PATCH] chore(release): 1.1.0 [skip ci] # [1.1.0](https://github.com/kbariotis/node-cron-expression/compare/v1.0.1...v1.1.0) (2022-01-04) ### Features * update docs, refactor API, revise README ([d0286e4](https://github.com/kbariotis/node-cron-expression/commit/d0286e4e03cfb593a73dc241ce4df1875af0f42c)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3d6f948..11a13b8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-cron-expression", - "version": "1.0.1", + "version": "1.1.0", "private": true, "description": "Declarative functional crontab expression builder", "main": "build/main/index.js",