Skip to content

Commit

Permalink
chore: release v1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jvandenaardweg committed Dec 21, 2022
1 parent 3ae639f commit 7ea860e
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 4 deletions.
21 changes: 20 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,28 @@

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

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
#### [1.2.2](https://github.com/jvandenaardweg/homewizard-energy-api/compare/1.2.1...1.2.2)

- chore: update dependencies [`273f3ad`](https://github.com/jvandenaardweg/homewizard-energy-api/commit/273f3ad0d8dde9094bfcb25d9a95c1f11af9e3bf)
- chore(deps-dev): bump vitest from 0.25.8 to 0.26.0 [`36b46f9`](https://github.com/jvandenaardweg/homewizard-energy-api/commit/36b46f93281300e4569fe528336f0812c28df2f7)
- test: up the test coverage for discovery [`b61ffde`](https://github.com/jvandenaardweg/homewizard-energy-api/commit/b61ffdeed5ce1e374d645b0cdeaa8f011fb724aa)
- chore: upgrade dependencies [`d50e87f`](https://github.com/jvandenaardweg/homewizard-energy-api/commit/d50e87fe89a59fdbb7fd14b8f6490ec692c8af7a)
- 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)
- test: up the test coverage on water meter api [`4dc6625`](https://github.com/jvandenaardweg/homewizard-energy-api/commit/4dc6625a38b9babf66060d9f250e32dc3a0f2bcc)
- test: up the test coverage on discovery [`632e086`](https://github.com/jvandenaardweg/homewizard-energy-api/commit/632e0860ac417b6e15bc53e37141bd681d88a8c9)
- feat: expose getParsedTelegram to polling [`3ae639f`](https://github.com/jvandenaardweg/homewizard-energy-api/commit/3ae639feb251b233304d14ba3b79e487a0a9c9de)
- chore(deps-dev): bump eslint from 8.29.0 to 8.30.0 [`875d63d`](https://github.com/jvandenaardweg/homewizard-energy-api/commit/875d63dd22f6f582591d8161b2d8ff371d4f1098)
- test: up the test coverage on p1 meter and water meter [`41fddde`](https://github.com/jvandenaardweg/homewizard-energy-api/commit/41fdddef2ab1f8b8cdd82feed860a500a73ce65b)
- docs: update docs on types [`245ef10`](https://github.com/jvandenaardweg/homewizard-energy-api/commit/245ef10a0825767dd570411f2c83104229204af1)
- chore(deps-dev): bump @types/node from 18.11.15 to 18.11.17 [`03b7939`](https://github.com/jvandenaardweg/homewizard-energy-api/commit/03b793993f029475db13c20ccb9054a0a5ca364c)
- chore: update shields in readme [`93d76cb`](https://github.com/jvandenaardweg/homewizard-energy-api/commit/93d76cb6ac1d86473b5650ed8b48166886da3d85)
- chore: remove credits from changelog [`b41d401`](https://github.com/jvandenaardweg/homewizard-energy-api/commit/b41d401d85b88b40164a7c1b5e8483b504f4a048)
- chore: remove console log [`94de1fa`](https://github.com/jvandenaardweg/homewizard-energy-api/commit/94de1fab43e46b1d5c0c06d2040b84336432b7b1)

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

> 19 December 2022
- 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)
Expand All @@ -14,6 +32,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- 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)
- chore: release v1.2.1 [`35eaa97`](https://github.com/jvandenaardweg/homewizard-energy-api/commit/35eaa97c177b46ba0b1d8b3a831597ca06f59f78)
- 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)
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.1",
"version": "1.2.2",
"description": "Typesafe Node implementation of the HomeWizard Energy API",
"license": "MIT",
"author": {
Expand Down

0 comments on commit 7ea860e

Please sign in to comment.