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",