Skip to content

Commit

Permalink
Release 0.4.9
Browse files Browse the repository at this point in the history
  • Loading branch information
mrbungle64 committed Dec 6, 2023
1 parent e2ea5ec commit 05990f4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,9 @@ There is of course no claim to full functionality.

## Installation

It is recommended to use version 14.x or 16.x of Node.js.
It is recommended to use version 16.x or 18.x of Node.js.

The minimum required version is 12.x, but support for this version may will be dropped soon.
The minimum required version is 14.x, but support for this version may will be dropped soon.

This node uses the [node-canvas](https://www.npmjs.com/package/canvas) library for some map-related functionality which may require the installation of some additional packages.

Expand Down Expand Up @@ -147,6 +147,9 @@ For instructions for other systems visit https://www.npmjs.com/package/canvas#co

## Changelog

### 0.4.9
* Using library version 0.9.6 (alpha)

### 0.4.8
* Using library version 0.9.5

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-red-contrib-ecovacs-deebot",
"version": "0.4.8",
"version": "0.4.9",
"description": "Node-RED node for Ecovacs Deebot vacuum cleaner",
"main": "nodes/ecovacs-deebot.js",
"scripts": {
Expand Down

0 comments on commit 05990f4

Please sign in to comment.