Update changelog, version
All checks were successful
Node.js CI / build (18.x) (push) Successful in 12s
Node.js CI / build (20.x) (push) Successful in 11s
Node.js CI / build (22.x) (push) Successful in 11s

This commit is contained in:
2025-01-15 22:45:01 -06:00
parent f8e2aa0f3e
commit cc1a866233
3 changed files with 9 additions and 3 deletions

View File

@ -5,6 +5,12 @@ 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.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [v0.3.0] - 2025-01-15
### Changed
- Dropped the websocket library being used in favor of the default one for node. This allows tests to set up a mock server that the unit can connect to. Theoretically there's no consumer-visible behavior difference here, but it is a major change under the hood.
## [v0.2.2] - 2025-01-08
### Changed

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "node-intellicenter",
"version": "0.2.2",
"version": "0.3.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "node-intellicenter",
"version": "0.2.2",
"version": "0.3.0",
"license": "MIT",
"dependencies": {
"debug": "^4.4.0",

View File

@ -1,6 +1,6 @@
{
"name": "node-intellicenter",
"version": "0.2.2",
"version": "0.3.0",
"description": "NodeJS library for communicating with a Pentair IntelliCenter controller",
"keywords": [
"pentair",