From fd697f2e4aacaef1760b41c18be8af29d0f06ec1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 4 Jul 2024 19:56:31 +0000 Subject: [PATCH] chore: release --- .changeset/rich-peas-hang.md | 13 ------------- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 3 files changed, 15 insertions(+), 14 deletions(-) delete mode 100644 .changeset/rich-peas-hang.md diff --git a/.changeset/rich-peas-hang.md b/.changeset/rich-peas-hang.md deleted file mode 100644 index 7ae1ad2..0000000 --- a/.changeset/rich-peas-hang.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -"@natereprogle/hawk-js": minor ---- - -Add 10 new methods for 7 new endpoints: - -* `GET /users/{accountId}` -* `PUT /users/{accountId}` -* `POST /registerAccounts` -* `POST /export` -* `GET /download` -* `POST /changepassword` -* `GET /reports` diff --git a/CHANGELOG.md b/CHANGELOG.md index b5eb609..e44c7d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # @natereprogle/hawk-js +## 0.1.0 + +### Minor Changes + +- 13ad30a: Add 10 new methods for 7 new endpoints: + + - `GET /users/{accountId}` + - `PUT /users/{accountId}` + - `POST /registerAccounts` + - `POST /export` + - `GET /download` + - `POST /changepassword` + - `GET /reports` + ## 0.0.3 ### Patch Changes diff --git a/package.json b/package.json index 228af14..e68ec43 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@natereprogle/hawk-js", - "version": "0.0.3", + "version": "0.1.0", "description": "A utility for interacting with the UtilityHawk/AquaHawk API, enabling you to query your electric/water/gas usage whenever, wherever, programmatically.", "main": "dist/index.js", "module": "dist/index.mjs",