From 1a7b34ba228b57249040622be191810b6e9efcd1 Mon Sep 17 00:00:00 2001 From: jenkins User Date: Tue, 27 Aug 2024 07:56:59 +0000 Subject: [PATCH] 23.2.5 --- CHANGELOG.md | 5 ++++- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index be6e4135..bf61a237 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ The file format of it is based on [Keep a Changelog](http://keepachangelog.com/e 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). ## [Unreleased] + +## [23.2.5] - 2024-08-27 ### Fixed - Updated default values for "billing_frequency_cycles", "billing_start_date" fields @@ -675,7 +677,8 @@ structure * Fixed `GET /goal/:id/results` error handling in case when there are no existing stages connected to specified goal * Fixed typo in lead example response (`crrency` to `currency`) -[Unreleased]: https://github.com/pipedrive/api-docs/compare/v23.2.4...HEAD +[Unreleased]: https://github.com/pipedrive/api-docs/compare/v23.2.5...HEAD +[23.2.5]: https://github.com/pipedrive/api-docs/compare/v23.2.4...v23.2.5 [23.2.4]: https://github.com/pipedrive/api-docs/compare/v23.2.3...v23.2.4 [23.2.3]: https://github.com/pipedrive/api-docs/compare/v23.2.2...v23.2.3 [23.2.2]: https://github.com/pipedrive/api-docs/compare/v23.2.1...v23.2.2 diff --git a/package-lock.json b/package-lock.json index c218454e..7d3fc13b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "pipedrive", - "version": "23.2.4", + "version": "23.2.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "pipedrive", - "version": "23.2.4", + "version": "23.2.5", "license": "MIT", "dependencies": { "@babel/runtime": "^7.20.1", diff --git a/package.json b/package.json index 894138a7..c296fa8f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pipedrive", - "version": "23.2.4", + "version": "23.2.5", "description": "Pipedrive REST client for NodeJS", "license": "MIT", "main": "dist/index.js",