From 3ca3ae760d3d2b84bab9238585b64a94302d9216 Mon Sep 17 00:00:00 2001 From: kbariotis Date: Mon, 3 Jan 2022 07:27:50 +0000 Subject: [PATCH] chore(release): 1.0.1 [skip ci] ## [1.0.1](https://github.com/kbariotis/node-cron-expression/compare/v1.0.0...v1.0.1) (2022-01-03) ### Bug Fixes * API refactor ([#1](https://github.com/kbariotis/node-cron-expression/issues/1)) ([632bc2d](https://github.com/kbariotis/node-cron-expression/commit/632bc2dcbb356ad167344f90e289c393693f6cc4)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5603cee..3d6f948 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-cron-expression", - "version": "1.0.0", + "version": "1.0.1", "private": true, "description": "Declarative functional crontab expression builder", "main": "build/main/index.js",