Skip to content

Commit

Permalink
chore(release): 15.0.1 [skip ci]
Browse files Browse the repository at this point in the history
## @esri/hub-sites [15.0.1](https://github.com/Esri/hub.js/compare/@esri/[email protected]...@esri/[email protected]) (2024-08-26)

### Bug Fixes

* **hub-sites:** getMembers call uses filter instead of q in query ([#1633](#1633)) ([39a6c44](39a6c44))
  • Loading branch information
semantic-release-bot committed Aug 26, 2024
1 parent 39a6c44 commit 19e54d0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions packages/sites/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## @esri/hub-sites [15.0.1](https://github.com/Esri/hub.js/compare/@esri/[email protected]...@esri/[email protected]) (2024-08-26)


### Bug Fixes

* **hub-sites:** getMembers call uses filter instead of q in query ([#1633](https://github.com/Esri/hub.js/issues/1633)) ([39a6c44](https://github.com/Esri/hub.js/commit/39a6c4492d1237f32be9e1420a44c708ef58bcdd))

# @esri/hub-sites [15.0.0](https://github.com/Esri/hub.js/compare/@esri/[email protected]...@esri/[email protected]) (2024-06-27)


Expand Down
2 changes: 1 addition & 1 deletion packages/sites/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@esri/hub-sites",
"version": "15.0.0",
"version": "15.0.1",
"description": "Module to interact with ArcGIS Hub Sites in Node.js and modern browsers.",
"main": "dist/node/index.js",
"module": "dist/esm/index.js",
Expand Down

0 comments on commit 19e54d0

Please sign in to comment.