Skip to content

Commit

Permalink
v1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
waldbaer committed Sep 10, 2024
1 parent 8228fe1 commit 73f4db5
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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

## [1.6.1] - 2024-09-10

### Improvements
- Improved 'Reset' command example.
- Updated dependencies.
- Development infrastructure (lint, test coverage, npm).

## [1.6.0] - 2023-09-05

### Features
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,4 @@ Changes can be followed [here](/CHANGELOG.md).


## Examples
See folder [/examples](/examples) or via Node-RED -> Import -> Examples.
Import into Node-RED instance via Node-RED -> Import -> Examples.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@waldbaer/node-red-persistent-values",
"version": "1.6.0",
"version": "1.6.1",
"description": "A user-friendly abstraction of the Node-RED context stores.",
"author": "waldbaer",
"license": "MIT",
Expand Down
1 change: 1 addition & 0 deletions test/logger_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
// - https://sinonjs.org/releases/latest/assertions/
// - https://www.npmjs.com/package/supertest
// --------------------------------------------------------------------------------------------------------------------
require('node-red-node-test-helper');
const sinon = require('sinon');
const logger = require('../resources/logger.js');

Expand Down

0 comments on commit 73f4db5

Please sign in to comment.