Skip to content

Commit 7f5a934

Browse files
chore(release): 1.0.4 [skip ci]
## [1.0.4](v1.0.3...v1.0.4) (2026-07-30) ### Bug Fixes * **actor:** read /v1/actor response from top level instead of res.actor ([#32](#32)) ([ddcf539](ddcf539))
1 parent ddcf539 commit 7f5a934

3 files changed

Lines changed: 10 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.0.4](https://github.com/wyre-technology/node-huntress/compare/v1.0.3...v1.0.4) (2026-07-30)
2+
3+
4+
### Bug Fixes
5+
6+
* **actor:** read /v1/actor response from top level instead of res.actor ([#32](https://github.com/wyre-technology/node-huntress/issues/32)) ([ddcf539](https://github.com/wyre-technology/node-huntress/commit/ddcf5393dd4985b864d4bb5ea04a841fd1a32d5f))
7+
18
## [1.0.3](https://github.com/wyre-technology/node-huntress/compare/v1.0.2...v1.0.3) (2026-07-23)
29

310

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wyre-technology/node-huntress",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"description": "Node.js client library for the Huntress API",
55
"type": "module",
66
"main": "./dist/index.cjs",

0 commit comments

Comments
 (0)