Skip to content

Commit 5c91857

Browse files
30.3.3
1 parent 0185d86 commit 5c91857

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

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+
## [30.3.3] - 2025-11-18
1012
### Fixed
1113
- Prepared `nullable: true` to fields that can return null values in schemas for Field and Roles schemas
1214

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

998-
[Unreleased]: https://github.com/pipedrive/api-docs/compare/v30.3.2...HEAD
1000+
[Unreleased]: https://github.com/pipedrive/api-docs/compare/v30.3.3...HEAD
1001+
[30.3.3]: https://github.com/pipedrive/api-docs/compare/v30.3.2...v30.3.3
9991002
[30.3.2]: https://github.com/pipedrive/api-docs/compare/v30.3.1...v30.3.2
10001003
[30.3.1]: https://github.com/pipedrive/api-docs/compare/v30.3.0...v30.3.1
10011004
[30.3.0]: https://github.com/pipedrive/api-docs/compare/v30.2.1...v30.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": "30.3.2",
3+
"version": "30.3.3",
44
"description": "Pipedrive REST client for NodeJS",
55
"license": "MIT",
66
"homepage": "https://developers.pipedrive.com",

0 commit comments

Comments
 (0)