Skip to content

Commit 164e6ec

Browse files
Release v23.4.2 from PR #581
2 parents 05d7c03 + cf0286b commit 164e6ec

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ For public Changelog covering all changes done to Pipedrive’s API, webhooks an
88

99
## [Unreleased]
1010

11+
## [23.4.2] - 2024-10-31
12+
### Changed
13+
- Updated the code examples in the README for the JavaScript SDK
14+
### Added
15+
- Add "custom_fields" query paremeter to GET /api/v2/products
16+
1117
## [23.4.1] - 2024-10-09
1218

1319
### Changed
@@ -703,7 +709,8 @@ structure
703709
* Fixed `GET /goal/:id/results` error handling in case when there are no existing stages connected to specified goal
704710
* Fixed typo in lead example response (`crrency` to `currency`)
705711

706-
[Unreleased]: https://github.com/pipedrive/api-docs/compare/v23.4.1...HEAD
712+
[Unreleased]: https://github.com/pipedrive/api-docs/compare/v23.4.2...HEAD
713+
[23.4.2]: https://github.com/pipedrive/api-docs/compare/v23.4.1...v23.4.2
707714
[23.4.1]: https://github.com/pipedrive/api-docs/compare/v23.4.0...v23.4.1
708715
[23.4.0]: https://github.com/pipedrive/api-docs/compare/v23.3.0...v23.4.0
709716
[23.3.0]: https://github.com/pipedrive/api-docs/compare/v23.2.5...v23.3.0

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": "23.4.1",
3+
"version": "23.4.2",
44
"description": "Pipedrive REST client for NodeJS",
55
"license": "MIT",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)