Skip to content

Commit

Permalink
Updates for release v1.18.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jensrossbach committed Sep 25, 2022
1 parent ff494f2 commit 5ad87ae
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 8 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.18.2] - 2022-09-25

### Added
- Added example flows for time change node.

### Changed
- Updated versions of dependencies where possible.

### Fixed
- Listeners for flows-started events in scheduler node are now correctly unregistered on node closing.

## [1.18.1] - 2022-09-11

### Added
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-red-contrib-chronos",
"version": "1.18.1",
"version": "1.18.2",
"description": "Time-based Node-RED scheduling, repeating, queueing, routing, filtering and manipulating nodes",
"author": {
"name": "Jens-Uwe Rossbach",
Expand All @@ -23,20 +23,20 @@
"bugs": "https://github.com/jensrossbach/node-red-contrib-chronos/issues",
"dependencies": {
"cronosjs": "^1.7.1",
"moment": "^2.29.2",
"moment-timezone": "^0.5.34",
"moment": "^2.29.4",
"moment-timezone": "^0.5.37",
"os-locale": "^5.0.0",
"suncalc": "^1.9.0"
},
"devDependencies": {
"eslint": "^8.12.0",
"mocha": "^9.2.0",
"node-red": "^2.2.2",
"node-red-node-test-helper": "^0.2.7",
"eslint": "^8.24.0",
"mocha": "^10.0.0",
"node-red": "^3.0.2",
"node-red-node-test-helper": "^0.3.0",
"nyc": "^15.1.0",
"should": "^13.2.3",
"should-sinon": "^0.0.6",
"sinon": "^9.2.4",
"sinon": "^14.0.0",
"jsonata": "^1.8.6"
},
"main": "none",
Expand Down

0 comments on commit 5ad87ae

Please sign in to comment.