Skip to content

Commit c21608b

Browse files
committed
Merge branch 'master' into 294
2 parents 1109965 + 9173fc8 commit c21608b

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ For public Changelog covering all changes done to Pipedrive’s API, webhooks an
1010
### Added
1111
- Added `GET /v1/leadFields` endpoint for fetching all lead fields
1212

13+
## [30.5.0] - 2025-12-02
14+
### Added
15+
- Added `deal_id` query parameter to the GET `/v2/persons` endpoint
16+
1317
## [30.4.0] - 2025-11-18
1418
### Added
1519
- Added `POST /products/{id}/duplicate` endpoint for duplicating an existing product
@@ -1003,7 +1007,8 @@ Those fields will be formatted as "2020-07-13" instead of "2020-07-13T00:00:00.0
10031007
* Fixed `GET /goal/:id/results` error handling in case when there are no existing stages connected to specified goal
10041008
* Fixed typo in lead example response (`crrency` to `currency`)
10051009

1006-
[Unreleased]: https://github.com/pipedrive/api-docs/compare/v30.4.0...HEAD
1010+
[Unreleased]: https://github.com/pipedrive/api-docs/compare/v30.5.0...HEAD
1011+
[30.5.0]: https://github.com/pipedrive/api-docs/compare/v30.4.0...v30.5.0
10071012
[30.4.0]: https://github.com/pipedrive/api-docs/compare/v30.3.3...v30.4.0
10081013
[30.3.3]: https://github.com/pipedrive/api-docs/compare/v30.3.2...v30.3.3
10091014
[30.3.2]: https://github.com/pipedrive/api-docs/compare/v30.3.1...v30.3.2

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": "pipedrive",
3-
"version": "30.4.0",
3+
"version": "30.5.0",
44
"description": "Pipedrive REST client for NodeJS",
55
"license": "MIT",
66
"homepage": "https://developers.pipedrive.com",

0 commit comments

Comments
 (0)