diff --git a/CHANGELOG.md b/CHANGELOG.md index a0707e1..1f488d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package-lock.json b/package-lock.json index c96427e..2896fd7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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", diff --git a/package.json b/package.json index 47fcb8a..f06ac4b 100644 --- a/package.json +++ b/package.json @@ -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",