Skip to content

Commit 97e5382

Browse files
Release v32.2.1 from PR #724
2 parents d150f44 + db27cdc commit 97e5382

3 files changed

Lines changed: 16 additions & 9 deletions

File tree

CHANGELOG.md

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

99
## [Unreleased]
1010

11+
## [32.2.1] - 2026-04-20
12+
### Changed
13+
- Updated `flatted` dependency to version 3.4.2
14+
1115
## [32.2.0] - 2026-04-14
1216
### Added
1317
- Added `include_field_code` query parameter to Filters endpoints:
@@ -1227,7 +1231,8 @@ Those fields will be formatted as "2020-07-13" instead of "2020-07-13T00:00:00.0
12271231
* Fixed `GET /goal/:id/results` error handling in case when there are no existing stages connected to specified goal
12281232
* Fixed typo in lead example response (`crrency` to `currency`)
12291233

1230-
[Unreleased]: https://github.com/pipedrive/api-docs/compare/v32.2.0...HEAD
1234+
[Unreleased]: https://github.com/pipedrive/api-docs/compare/v32.2.1...HEAD
1235+
[32.2.1]: https://github.com/pipedrive/api-docs/compare/v32.2.0...v32.2.1
12311236
[32.2.0]: https://github.com/pipedrive/api-docs/compare/v32.1.0...v32.2.0
12321237
[32.1.0]: https://github.com/pipedrive/api-docs/compare/v32.0.0...v32.1.0
12331238
[32.0.0]: https://github.com/pipedrive/api-docs/compare/v31.6.0...v32.0.0

package-lock.json

Lines changed: 7 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pipedrive",
3-
"version": "32.2.0",
3+
"version": "32.2.1",
44
"description": "Pipedrive REST client for NodeJS",
55
"license": "MIT",
66
"homepage": "https://developers.pipedrive.com",
@@ -88,7 +88,8 @@
8888
"typescript-eslint": "^8.56.1"
8989
},
9090
"overrides": {
91-
"serialize-javascript": "^7.0.4"
91+
"serialize-javascript": "^7.0.4",
92+
"flatted": ">=3.4.0"
9293
},
9394
"lint-staged": {
9495
"*.{ts,js}": [

0 commit comments

Comments
 (0)