Skip to content

Commit

Permalink
chore: release v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jvandenaardweg committed Dec 18, 2022
1 parent 221f636 commit 920de45
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 3 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,27 @@ 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.0](https://github.com/jvandenaardweg/homewizard-energy-api/compare/1.1.1...1.2.0)

- 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)
- 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)
- docs: add credits to telegram parser [`73895d0`](https://github.com/jvandenaardweg/homewizard-energy-api/commit/73895d073f1a6dc56aacbef435bb4c76486ad830)
- docs: update docs about getParsedTelegram [`ae2848d`](https://github.com/jvandenaardweg/homewizard-energy-api/commit/ae2848dddf3d1c40e4b64807f2e493928f01b980)
- docs: update docs about getParsedTelegram [`1df1548`](https://github.com/jvandenaardweg/homewizard-energy-api/commit/1df15486db3d73eb30e3746ba40eefc6c62398b8)

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

> 18 December 2022
- chore: release v1.1.1 [`944e829`](https://github.com/jvandenaardweg/homewizard-energy-api/commit/944e829c7ab3955b6fb125e66f8bc70eac58a2ba)
- feat: expose more types [`945a323`](https://github.com/jvandenaardweg/homewizard-energy-api/commit/945a323389914fd92ad128cec2063f937dd2d3ea)
- docs: fix typo in readme [`13e7838`](https://github.com/jvandenaardweg/homewizard-energy-api/commit/13e783878a180409d3c8adf6436c15e6eb2add21)
- feat: expose more types [`b2435cb`](https://github.com/jvandenaardweg/homewizard-energy-api/commit/b2435cba322eb4e9a4c566aac7661cf90fd7efbe)
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.1.1",
"version": "1.2.0",
"description": "Typesafe Node implementation of the HomeWizard Energy API",
"license": "MIT",
"author": {
Expand Down

0 comments on commit 920de45

Please sign in to comment.