From 0a79741960f692943c7a5d05b51a3aa5e742bcc6 Mon Sep 17 00:00:00 2001 From: kbariotis Date: Wed, 5 Jan 2022 18:49:33 +0000 Subject: [PATCH] chore(release): 1.3.0 [skip ci] # [1.3.0](https://github.com/kbariotis/node-cron-expression/compare/v1.2.0...v1.3.0) (2022-01-05) ### Features * day of the week literals ([3512702](https://github.com/kbariotis/node-cron-expression/commit/3512702bb5252ba2987ddafbe18e9b273f85f91a)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index be4ce52..64340cc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-cron-expression", - "version": "1.2.0", + "version": "1.3.0", "description": "Declarative functional crontab expression builder", "main": "build/main/index.js", "typings": "build/main/index.d.ts",