From f6dc6c6b0487c5be1e0ab9d43a5a7e7fb3380d66 Mon Sep 17 00:00:00 2001 From: kbariotis Date: Wed, 5 Jan 2022 18:41:16 +0000 Subject: [PATCH] chore(release): 1.2.0 [skip ci] # [1.2.0](https://github.com/kbariotis/node-cron-expression/compare/v1.1.1...v1.2.0) (2022-01-05) ### Features * add month literals ([9fd89c7](https://github.com/kbariotis/node-cron-expression/commit/9fd89c7207a169e53fe3498c575ad219896fa30b)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index de2e74e..be4ce52 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-cron-expression", - "version": "1.1.1", + "version": "1.2.0", "description": "Declarative functional crontab expression builder", "main": "build/main/index.js", "typings": "build/main/index.d.ts",