Skip to content

Commit

Permalink
chore: release v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jvandenaardweg committed Dec 17, 2022
1 parent 945a323 commit 944e829
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,24 @@ 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.1.1](https://github.com/jvandenaardweg/homewizard-energy-api/compare/1.1.0...1.1.1)

- 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)

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

> 18 December 2022
- feat: poll data and state endpoints [`398d05c`](https://github.com/jvandenaardweg/homewizard-energy-api/commit/398d05c2053fb189ce5fd81559c45a6645ea9952)
- feat: support telegram endpoint for polling [`3671ab5`](https://github.com/jvandenaardweg/homewizard-energy-api/commit/3671ab59b890aa569de6c0071379ec6c74d4b03c)
- chore: update readme about polling [`e3c427d`](https://github.com/jvandenaardweg/homewizard-energy-api/commit/e3c427ddd8bbae8f8b9d2bbaf5925ea878f8eab5)
- docs: update readme [`9715d56`](https://github.com/jvandenaardweg/homewizard-energy-api/commit/9715d560325a192e719da8e3dd310dc0ef26c950)
- chore: update docs and examples [`988a08a`](https://github.com/jvandenaardweg/homewizard-energy-api/commit/988a08ae064dfbd7cccdf736693a00bf61fae693)
- refactor: correctly show exposesd methods as method instead of const [`5ff3bec`](https://github.com/jvandenaardweg/homewizard-energy-api/commit/5ff3becb867d67be16bfe6c149f9c69819783323)
- docs: update docs on polling [`7e34635`](https://github.com/jvandenaardweg/homewizard-energy-api/commit/7e3463537afccade23416f0520de1874f07816ee)
- chore: release v1.1.0 [`02d5b62`](https://github.com/jvandenaardweg/homewizard-energy-api/commit/02d5b62a30c67c3e3937536a431eb8d01c867f7e)
- refactor: remove polling basic endpoint, no use case [`6321cc4`](https://github.com/jvandenaardweg/homewizard-energy-api/commit/6321cc4206cbbd1c6649ea79285a4e73f5e1eae6)
- chore: remove zod [`3cdcbf6`](https://github.com/jvandenaardweg/homewizard-energy-api/commit/3cdcbf665ef755a913e9073c55be012acc344076)
- chore: update readme [`fafad61`](https://github.com/jvandenaardweg/homewizard-energy-api/commit/fafad61a1fa5ccbb5a88c0d5ccd47c2d81a06294)
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.0",
"version": "1.1.1",
"description": "Typesafe Node implementation of the HomeWizard Energy API",
"license": "MIT",
"author": {
Expand Down

0 comments on commit 944e829

Please sign in to comment.