Skip to content

Commit

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

### Features

* **hub-discussions:** add exportPosts fn to export discussion posts as CSV string ([#1745](#1745)) ([5dba4b4](5dba4b4))
  • Loading branch information
semantic-release-bot committed Nov 22, 2024
1 parent 5dba4b4 commit 1b6d857
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions packages/discussions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# @esri/hub-discussions [29.3.0](https://github.com/Esri/hub.js/compare/@esri/[email protected]...@esri/[email protected]) (2024-11-22)


### Features

* **hub-discussions:** add exportPosts fn to export discussion posts as CSV string ([#1745](https://github.com/Esri/hub.js/issues/1745)) ([5dba4b4](https://github.com/Esri/hub.js/commit/5dba4b4967643d6dc23ca687df4ba9251395e336))

## @esri/hub-discussions [29.2.1](https://github.com/Esri/hub.js/compare/@esri/[email protected]...@esri/[email protected]) (2024-11-19)


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

0 comments on commit 1b6d857

Please sign in to comment.