Skip to content

Commit 0929b72

Browse files
authored
Merge pull request #22 from natereprogle/main
Merge back into dev
2 parents 5519098 + 51cf147 commit 0929b72

File tree

4 files changed

+16
-15
lines changed

4 files changed

+16
-15
lines changed

.changeset/rich-peas-hang.md

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

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
contents: read
6969
packages: write
7070
runs-on: ubuntu-latest
71-
if: needs.build.outputs.published == true
71+
if: needs.build.outputs.published == 'true'
7272
steps:
7373
- name: Checkout
7474
uses: actions/checkout@v4

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)