Skip to content

Commit db27cdc

Browse files
32.2.1
1 parent 33d12ce commit db27cdc

3 files changed

Lines changed: 7 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ The file format of it is based on [Keep a Changelog](http://keepachangelog.com/e
77
For public Changelog covering all changes done to Pipedrive’s API, webhooks and app extensions platforms, see [public Changelog](https://pipedrive.readme.io/docs/changelog) with discussion area in [Developers Community](https://devcommunity.pipedrive.com/c/documentation/changelog/19).
88

99
## [Unreleased]
10+
11+
## [32.2.1] - 2026-04-20
1012
### Changed
1113
- Updated `flatted` dependency to version 3.4.2
1214

@@ -1229,7 +1231,8 @@ Those fields will be formatted as "2020-07-13" instead of "2020-07-13T00:00:00.0
12291231
* Fixed `GET /goal/:id/results` error handling in case when there are no existing stages connected to specified goal
12301232
* Fixed typo in lead example response (`crrency` to `currency`)
12311233

1232-
[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
12331236
[32.2.0]: https://github.com/pipedrive/api-docs/compare/v32.1.0...v32.2.0
12341237
[32.1.0]: https://github.com/pipedrive/api-docs/compare/v32.0.0...v32.1.0
12351238
[32.0.0]: https://github.com/pipedrive/api-docs/compare/v31.6.0...v32.0.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": "32.2.0",
3+
"version": "32.2.1",
44
"description": "Pipedrive REST client for NodeJS",
55
"license": "MIT",
66
"homepage": "https://developers.pipedrive.com",

0 commit comments

Comments
 (0)