From f6b0d31a1aa356a88cdf7092b2dee81520c783fb Mon Sep 17 00:00:00 2001 From: kbariotis Date: Sun, 2 Jan 2022 20:56:35 +0000 Subject: [PATCH] chore(release): 1.0.0 [skip ci] # 1.0.0 (2022-01-02) ### Bug Fixes * fix it ([f78407f](https://github.com/kbariotis/node-cron-expression/commit/f78407f077ccc8b59536cac81d0a56da379c64a1)) * fix it ([36747bb](https://github.com/kbariotis/node-cron-expression/commit/36747bb05b597b749e03f9b8eeccb1ba42d6e232)) * fix it ([5daeb90](https://github.com/kbariotis/node-cron-expression/commit/5daeb90efbfa081a8351d7dfef994e7fa5bebda2)) * fix it ([797369c](https://github.com/kbariotis/node-cron-expression/commit/797369c9b3bb9f82db766fa62bef051ebb1ae0ec)) ### Features * bing bang ([ead6b44](https://github.com/kbariotis/node-cron-expression/commit/ead6b44545fefc3f6a3edd0782ed4e991f26b5bb)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bc9c781..5603cee 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-cron-expression", - "version": "0.0.0-development", + "version": "1.0.0", "private": true, "description": "Declarative functional crontab expression builder", "main": "build/main/index.js",