Skip to content

Commit

Permalink
chore: release v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jvandenaardweg committed Dec 19, 2022
1 parent 6431388 commit 35eaa97
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,33 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

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

- test: up the test coverage [`2e8a94b`](https://github.com/jvandenaardweg/homewizard-energy-api/commit/2e8a94b2b25314110c21086dd059823c9b574185)
- refactor: remove trimming line [`2ac95d1`](https://github.com/jvandenaardweg/homewizard-energy-api/commit/2ac95d194cb59059274d6074573509a227cc2f65)
- test: up the test coverage on telegram [`07ec439`](https://github.com/jvandenaardweg/homewizard-energy-api/commit/07ec4394e5d6cda7075a0cc4b9c7b9118d555f83)
- refactor: move mock api pool to test setup [`6431388`](https://github.com/jvandenaardweg/homewizard-energy-api/commit/643138829c13f04d69c3164b90201761e9a3ca9b)
- chore: add tz environment variable [`cf0527e`](https://github.com/jvandenaardweg/homewizard-energy-api/commit/cf0527ee795317401f76f0447eec0c34f0c52487)
- chore: fix timezone error in ci [`9d94451`](https://github.com/jvandenaardweg/homewizard-energy-api/commit/9d944513a6e1cbea3611a7d933e86776b5613a15)
- chore: fix timezone error in ci [`db5f8c5`](https://github.com/jvandenaardweg/homewizard-energy-api/commit/db5f8c5d63da44873876b821b4718edab2bf1a97)
- test: only format iso, do nothing with timezone [`5b991e5`](https://github.com/jvandenaardweg/homewizard-energy-api/commit/5b991e5cda7c525a3a182f5fda418db71d78ba36)
- fix: expose polling methods for water meter properly [`8338d9a`](https://github.com/jvandenaardweg/homewizard-energy-api/commit/8338d9a1b7df47d538d732aed18acb5f53a77558)
- test: mock clear and run timers [`9c59325`](https://github.com/jvandenaardweg/homewizard-energy-api/commit/9c59325aeab6a9584a777054f453fa8a3c0ed5c1)
- chore: fix timezone error in ci [`15ee889`](https://github.com/jvandenaardweg/homewizard-energy-api/commit/15ee8891ce0b51697c69d9969229e187c6661b08)
- docs: update docs about polling getParsedTelegram [`640a8f2`](https://github.com/jvandenaardweg/homewizard-energy-api/commit/640a8f2656da03825a199bd96aa475634146d298)

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

> 18 December 2022
- feat: parse telegram txt to json [`e7b3ed3`](https://github.com/jvandenaardweg/homewizard-energy-api/commit/e7b3ed374a7a476d58ccf668793e5aaeebf1acf8)
- fix: parsing error on telegram [`221f636`](https://github.com/jvandenaardweg/homewizard-energy-api/commit/221f636b2b246d073d91cc6f67d2cbe9ccae0d54)
- feat: add getParsedTelegram method [`f874f18`](https://github.com/jvandenaardweg/homewizard-energy-api/commit/f874f18f0be427c90bb2ce64ece14970c49d8858)
- test: add possible telegram responses as mocks [`59f23f1`](https://github.com/jvandenaardweg/homewizard-energy-api/commit/59f23f1cd79e480a9dabc00c3287004b85651819)
- refactor: better typings on apis [`af1c066`](https://github.com/jvandenaardweg/homewizard-energy-api/commit/af1c0662abb3acb95fa0cca420e802f421ba954c)
- docs: rename api const to their device name [`c8307e2`](https://github.com/jvandenaardweg/homewizard-energy-api/commit/c8307e29ce1629be2d881da150d2a04f12a5066a)
- docs: add more docs on methods [`13a44d0`](https://github.com/jvandenaardweg/homewizard-energy-api/commit/13a44d015a8e130beab9bb7eb692b69b151f5c6c)
- chore: release v1.2.0 [`920de45`](https://github.com/jvandenaardweg/homewizard-energy-api/commit/920de452a40e420646a4aa9d5d533411baf37fd5)
- docs: update docs about getParsedTelegram [`21b1624`](https://github.com/jvandenaardweg/homewizard-energy-api/commit/21b16244d7de3af1ee87ed831ad9dde656b4139e)
- chore: remove possible responses type [`2eb7553`](https://github.com/jvandenaardweg/homewizard-energy-api/commit/2eb7553f0d72382063cf3bec8b028cc7762c31e0)
- fix: run emit error before stopping [`987b5ce`](https://github.com/jvandenaardweg/homewizard-energy-api/commit/987b5ce645f53799eb44dc46d1d8dfbd201c97e6)
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"displayName": "HomeWizard Energy API",
"name": "homewizard-energy-api",
"version": "1.2.0",
"version": "1.2.1",
"description": "Typesafe Node implementation of the HomeWizard Energy API",
"license": "MIT",
"author": {
Expand Down

0 comments on commit 35eaa97

Please sign in to comment.