Skip to content

Commit

Permalink
Updates for release v1.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jensrossbach committed Mar 24, 2024
1 parent 4366bdf commit f97ce0e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-red-contrib-chronos",
"version": "1.20.1",
"version": "1.21.0",
"description": "Time-based Node-RED scheduling, repeating, queueing, routing, filtering and manipulating nodes",
"author": {
"name": "Jens-Uwe Rossbach",
Expand All @@ -24,15 +24,15 @@
"dependencies": {
"cronosjs": "^1.7.1",
"moment": "^2.30.1",
"moment-timezone": "^0.5.44",
"moment-timezone": "^0.5.45",
"os-locale": "^5.0.0",
"suncalc": "^1.9.0"
},
"devDependencies": {
"eslint": "^8.56.0",
"jsonata": "^2.0.3",
"mocha": "^10.2.0",
"node-red": "^3.1.3",
"eslint": "^8.57.0",
"jsonata": "^2.0.4",
"mocha": "^10.3.0",
"node-red": "^3.1.7",
"node-red-node-test-helper": "^0.3.3",
"nyc": "^15.1.0",
"should": "^13.2.3",
Expand Down

0 comments on commit f97ce0e

Please sign in to comment.