mirror of
https://github.com/parnic/node-intellicenter.git
synced 2025-06-16 18:20:14 -05:00
Update changelog, version
This commit is contained in:
@ -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/),
|
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).
|
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
|
## [v0.2.2] - 2025-01-08
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
4
package-lock.json
generated
4
package-lock.json
generated
@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "node-intellicenter",
|
"name": "node-intellicenter",
|
||||||
"version": "0.2.2",
|
"version": "0.3.0",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "node-intellicenter",
|
"name": "node-intellicenter",
|
||||||
"version": "0.2.2",
|
"version": "0.3.0",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"debug": "^4.4.0",
|
"debug": "^4.4.0",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "node-intellicenter",
|
"name": "node-intellicenter",
|
||||||
"version": "0.2.2",
|
"version": "0.3.0",
|
||||||
"description": "NodeJS library for communicating with a Pentair IntelliCenter controller",
|
"description": "NodeJS library for communicating with a Pentair IntelliCenter controller",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"pentair",
|
"pentair",
|
||||||
|
Reference in New Issue
Block a user