CHANGELOG.md
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog][keep-a-changelog],
and this project adheres to [Semantic Versioning][semantic-versioning].
<!-- ## [Unreleased] -->
## [1.1.3] - 2023-01-05
### Added
- `prepublishOnly` script to call `publint`
- catch errors in processing hub messages
### Changed
- updated npm dependencies
## [1.1.2] - 2022-11-05
### Added
- `examples/linkDevice.js`
- `examples/testParse.js`
### Changed
- Updated version of @xmldom/xmldom to 0.8.4
## [1.1.1] - 2022-10-24
### Changed
- Renamed project to insteon-hub2
## [1.1.0] - 2022-10-24
### Added
- File .github/workflows/test-actions.yml
- File lib/plmBase.js
- File lib/plmBufferProcessor.js
- File lib/plmStream.js
### Removed
- Dependency on lodash.
## [1.0.0] - 2017-06-20
### Added
- Initial code
<!-- [Unreleased]: https://github.com/srveit/insteon-hub2/compare/v1.1.2...HEAD -->
[1.1.3]: https://github.com/srveit/insteon-hub2/releasess/tag/v.1.3
[1.1.2]: https://github.com/srveit/insteon-hub2/releasess/tag/v.1.2
[1.1.1]: https://github.com/srveit/insteon-hub2/releases/tag/v1.1.1
[1.1.0]: https://github.com/srveit/insteon-hub2/releases/tag/v1.1.0
[1.0.0]: https://github.com/srveit/insteon-hub2/releases/tag/v1.0.0
[keep-a-changelog]: https://keepachangelog.com/en/1.1.0/
[semantic-versioning]: https://semver.org/spec/v2.0.0.html