Skip to content

Commit 7ea860e

Browse files
chore: release v1.2.2
1 parent 3ae639f commit 7ea860e

File tree

3 files changed

+23
-4
lines changed

3 files changed

+23
-4
lines changed

CHANGELOG.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,28 @@
22

33
All notable changes to this project will be documented in this file. Dates are displayed in UTC.
44

5-
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
5+
#### [1.2.2](https://github.com/jvandenaardweg/homewizard-energy-api/compare/1.2.1...1.2.2)
6+
7+
- chore: update dependencies [`273f3ad`](https://github.com/jvandenaardweg/homewizard-energy-api/commit/273f3ad0d8dde9094bfcb25d9a95c1f11af9e3bf)
8+
- chore(deps-dev): bump vitest from 0.25.8 to 0.26.0 [`36b46f9`](https://github.com/jvandenaardweg/homewizard-energy-api/commit/36b46f93281300e4569fe528336f0812c28df2f7)
9+
- test: up the test coverage for discovery [`b61ffde`](https://github.com/jvandenaardweg/homewizard-energy-api/commit/b61ffdeed5ce1e374d645b0cdeaa8f011fb724aa)
10+
- chore: upgrade dependencies [`d50e87f`](https://github.com/jvandenaardweg/homewizard-energy-api/commit/d50e87fe89a59fdbb7fd14b8f6490ec692c8af7a)
11+
- chore(deps-dev): bump @vitest/coverage-istanbul from 0.25.8 to 0.26.0 [`43ff9b0`](https://github.com/jvandenaardweg/homewizard-energy-api/commit/43ff9b028d05e6762b51c1ed895884cb1a5cdc09)
12+
- test: up the test coverage on water meter api [`4dc6625`](https://github.com/jvandenaardweg/homewizard-energy-api/commit/4dc6625a38b9babf66060d9f250e32dc3a0f2bcc)
13+
- test: up the test coverage on discovery [`632e086`](https://github.com/jvandenaardweg/homewizard-energy-api/commit/632e0860ac417b6e15bc53e37141bd681d88a8c9)
14+
- feat: expose getParsedTelegram to polling [`3ae639f`](https://github.com/jvandenaardweg/homewizard-energy-api/commit/3ae639feb251b233304d14ba3b79e487a0a9c9de)
15+
- chore(deps-dev): bump eslint from 8.29.0 to 8.30.0 [`875d63d`](https://github.com/jvandenaardweg/homewizard-energy-api/commit/875d63dd22f6f582591d8161b2d8ff371d4f1098)
16+
- test: up the test coverage on p1 meter and water meter [`41fddde`](https://github.com/jvandenaardweg/homewizard-energy-api/commit/41fdddef2ab1f8b8cdd82feed860a500a73ce65b)
17+
- docs: update docs on types [`245ef10`](https://github.com/jvandenaardweg/homewizard-energy-api/commit/245ef10a0825767dd570411f2c83104229204af1)
18+
- chore(deps-dev): bump @types/node from 18.11.15 to 18.11.17 [`03b7939`](https://github.com/jvandenaardweg/homewizard-energy-api/commit/03b793993f029475db13c20ccb9054a0a5ca364c)
19+
- chore: update shields in readme [`93d76cb`](https://github.com/jvandenaardweg/homewizard-energy-api/commit/93d76cb6ac1d86473b5650ed8b48166886da3d85)
20+
- chore: remove credits from changelog [`b41d401`](https://github.com/jvandenaardweg/homewizard-energy-api/commit/b41d401d85b88b40164a7c1b5e8483b504f4a048)
21+
- chore: remove console log [`94de1fa`](https://github.com/jvandenaardweg/homewizard-energy-api/commit/94de1fab43e46b1d5c0c06d2040b84336432b7b1)
622

723
#### [1.2.1](https://github.com/jvandenaardweg/homewizard-energy-api/compare/1.2.0...1.2.1)
824

25+
> 19 December 2022
26+
927
- test: up the test coverage [`2e8a94b`](https://github.com/jvandenaardweg/homewizard-energy-api/commit/2e8a94b2b25314110c21086dd059823c9b574185)
1028
- refactor: remove trimming line [`2ac95d1`](https://github.com/jvandenaardweg/homewizard-energy-api/commit/2ac95d194cb59059274d6074573509a227cc2f65)
1129
- test: up the test coverage on telegram [`07ec439`](https://github.com/jvandenaardweg/homewizard-energy-api/commit/07ec4394e5d6cda7075a0cc4b9c7b9118d555f83)
@@ -14,6 +32,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
1432
- chore: fix timezone error in ci [`9d94451`](https://github.com/jvandenaardweg/homewizard-energy-api/commit/9d944513a6e1cbea3611a7d933e86776b5613a15)
1533
- chore: fix timezone error in ci [`db5f8c5`](https://github.com/jvandenaardweg/homewizard-energy-api/commit/db5f8c5d63da44873876b821b4718edab2bf1a97)
1634
- test: only format iso, do nothing with timezone [`5b991e5`](https://github.com/jvandenaardweg/homewizard-energy-api/commit/5b991e5cda7c525a3a182f5fda418db71d78ba36)
35+
- chore: release v1.2.1 [`35eaa97`](https://github.com/jvandenaardweg/homewizard-energy-api/commit/35eaa97c177b46ba0b1d8b3a831597ca06f59f78)
1736
- fix: expose polling methods for water meter properly [`8338d9a`](https://github.com/jvandenaardweg/homewizard-energy-api/commit/8338d9a1b7df47d538d732aed18acb5f53a77558)
1837
- test: mock clear and run timers [`9c59325`](https://github.com/jvandenaardweg/homewizard-energy-api/commit/9c59325aeab6a9584a777054f453fa8a3c0ed5c1)
1938
- chore: fix timezone error in ci [`15ee889`](https://github.com/jvandenaardweg/homewizard-energy-api/commit/15ee8891ce0b51697c69d9969229e187c6661b08)

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"displayName": "HomeWizard Energy API",
33
"name": "homewizard-energy-api",
4-
"version": "1.2.1",
4+
"version": "1.2.2",
55
"description": "Typesafe Node implementation of the HomeWizard Energy API",
66
"license": "MIT",
77
"author": {

0 commit comments

Comments
 (0)