From 944e829c7ab3955b6fb125e66f8bc70eac58a2ba Mon Sep 17 00:00:00 2001 From: Jordy van den Aardweg Date: Sun, 18 Dec 2022 00:28:53 +0100 Subject: [PATCH] chore: release v1.1.1 --- CHANGELOG.md | 9 +++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index db3ac18..6f943ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,16 @@ 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) @@ -13,6 +21,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - 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) diff --git a/package-lock.json b/package-lock.json index 18c89f4..4b1f499 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "homewizard-energy-api", - "version": "1.1.0", + "version": "1.1.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "homewizard-energy-api", - "version": "1.1.0", + "version": "1.1.1", "funding": [ { "type": "github", diff --git a/package.json b/package.json index 078b646..78f1c91 100644 --- a/package.json +++ b/package.json @@ -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": {