Skip to content

Commit 78d3a9f

Browse files
24.0.0
1 parent f218af9 commit 78d3a9f

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-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+
## [24.0.0] - 2025-01-30
1012
### Added
1113
- Introduced a new client-nodejs library with full TypeScript support
1214
- Added compatibility for both API v1 and v2 endpoints. See migration guide for more details
@@ -720,7 +722,8 @@ structure
720722
* Fixed `GET /goal/:id/results` error handling in case when there are no existing stages connected to specified goal
721723
* Fixed typo in lead example response (`crrency` to `currency`)
722724

723-
[Unreleased]: https://github.com/pipedrive/api-docs/compare/v23.4.3...HEAD
725+
[Unreleased]: https://github.com/pipedrive/api-docs/compare/v24.0.0...HEAD
726+
[24.0.0]: https://github.com/pipedrive/api-docs/compare/v23.4.3...v24.0.0
724727
[23.4.3]: https://github.com/pipedrive/api-docs/compare/v23.4.2...v23.4.3
725728
[23.4.2]: https://github.com/pipedrive/api-docs/compare/v23.4.1...v23.4.2
726729
[23.4.1]: https://github.com/pipedrive/api-docs/compare/v23.4.0...v23.4.1

package-lock.json

Lines changed: 3 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.3",
3+
"version": "24.0.0",
44
"description": "Pipedrive REST client for NodeJS",
55
"license": "MIT",
66
"homepage": "https://developers.pipedrive.com",

0 commit comments

Comments
 (0)