Skip to content

Commit 6d67347

Browse files
authored
Merge pull request #21 from natereprogle/changeset-release/main
chore: release
2 parents 83fabf1 + fd697f2 commit 6d67347

File tree

3 files changed

+15
-14
lines changed

3 files changed

+15
-14
lines changed

.changeset/rich-peas-hang.md

Lines changed: 0 additions & 13 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# @natereprogle/hawk-js
22

3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- 13ad30a: Add 10 new methods for 7 new endpoints:
8+
9+
- `GET /users/{accountId}`
10+
- `PUT /users/{accountId}`
11+
- `POST /registerAccounts`
12+
- `POST /export`
13+
- `GET /download`
14+
- `POST /changepassword`
15+
- `GET /reports`
16+
317
## 0.0.3
418

519
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@natereprogle/hawk-js",
3-
"version": "0.0.3",
3+
"version": "0.1.0",
44
"description": "A utility for interacting with the UtilityHawk/AquaHawk API, enabling you to query your electric/water/gas usage whenever, wherever, programmatically.",
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",

0 commit comments

Comments
 (0)