From f3dd8439b18d8b3354a6c2dcb89aba6c5427dbb3 Mon Sep 17 00:00:00 2001 From: kbariotis Date: Tue, 4 Jan 2022 22:01:54 +0000 Subject: [PATCH] chore(release): 1.1.1 [skip ci] ## [1.1.1](https://github.com/kbariotis/node-cron-expression/compare/v1.1.0...v1.1.1) (2022-01-04) ### Bug Fixes * go public on NPM ([80ac0e1](https://github.com/kbariotis/node-cron-expression/commit/80ac0e13d28674bf59194e66a862a01787fbb925)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f705a55..de2e74e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-cron-expression", - "version": "1.1.0", + "version": "1.1.1", "description": "Declarative functional crontab expression builder", "main": "build/main/index.js", "typings": "build/main/index.d.ts",