Skip to content

Commit 73f4db5

Browse files
committed
v1.6.1
1 parent 8228fe1 commit 73f4db5

File tree

4 files changed

+10
-2
lines changed

4 files changed

+10
-2
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [1.6.1] - 2024-09-10
6+
7+
### Improvements
8+
- Improved 'Reset' command example.
9+
- Updated dependencies.
10+
- Development infrastructure (lint, test coverage, npm).
11+
512
## [1.6.0] - 2023-09-05
613

714
### Features

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,4 @@ Changes can be followed [here](/CHANGELOG.md).
6666

6767

6868
## Examples
69-
See folder [/examples](/examples) or via Node-RED -> Import -> Examples.
69+
Import into Node-RED instance via Node-RED -> Import -> Examples.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@waldbaer/node-red-persistent-values",
3-
"version": "1.6.0",
3+
"version": "1.6.1",
44
"description": "A user-friendly abstraction of the Node-RED context stores.",
55
"author": "waldbaer",
66
"license": "MIT",

test/logger_spec.js

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
// - https://sinonjs.org/releases/latest/assertions/
1212
// - https://www.npmjs.com/package/supertest
1313
// --------------------------------------------------------------------------------------------------------------------
14+
require('node-red-node-test-helper');
1415
const sinon = require('sinon');
1516
const logger = require('../resources/logger.js');
1617

0 commit comments

Comments
 (0)