Skip to content

Commit 9ca7fdb

Browse files
committed
Merge branch 'master' into 295
2 parents 6b36039 + dcf2083 commit 9ca7fdb

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,14 @@ For public Changelog covering all changes done to Pipedrive’s API, webhooks an
4040
- `DELETE /api/v2/personFields/{field_code}/options`
4141
- `DELETE /api/v2/productFields/{field_code}/options`
4242

43+
## [30.6.0] - 2025-12-03
44+
### Added
45+
- Added `GET /v1/leadFields` endpoint for fetching all lead fields
46+
47+
## [30.5.0] - 2025-12-02
48+
### Added
49+
- Added `deal_id` query parameter to the GET `/v2/persons` endpoint
50+
4351
## [30.4.0] - 2025-11-18
4452
### Added
4553
- Added `POST /products/{id}/duplicate` endpoint for duplicating an existing product
@@ -1033,7 +1041,9 @@ Those fields will be formatted as "2020-07-13" instead of "2020-07-13T00:00:00.0
10331041
* Fixed `GET /goal/:id/results` error handling in case when there are no existing stages connected to specified goal
10341042
* Fixed typo in lead example response (`crrency` to `currency`)
10351043

1036-
[Unreleased]: https://github.com/pipedrive/api-docs/compare/v30.4.0...HEAD
1044+
[Unreleased]: https://github.com/pipedrive/api-docs/compare/v30.6.0...HEAD
1045+
[30.6.0]: https://github.com/pipedrive/api-docs/compare/v30.5.0...v30.6.0
1046+
[30.5.0]: https://github.com/pipedrive/api-docs/compare/v30.4.0...v30.5.0
10371047
[30.4.0]: https://github.com/pipedrive/api-docs/compare/v30.3.3...v30.4.0
10381048
[30.3.3]: https://github.com/pipedrive/api-docs/compare/v30.3.2...v30.3.3
10391049
[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.6.0",
44
"description": "Pipedrive REST client for NodeJS",
55
"license": "MIT",
66
"homepage": "https://developers.pipedrive.com",

0 commit comments

Comments
 (0)