From 64904934f14113830c412e4305971b65e5e2c258 Mon Sep 17 00:00:00 2001 From: jenkins User Date: Fri, 2 Feb 2024 10:46:15 +0000 Subject: [PATCH] 22.5.0 --- 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 47cfb3a9..14429b55 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] + +## [22.5.0] - 2024-02-02 ### Added - Added documentation for new endpoint `/deals/{id}/participantsChangelog`. @@ -591,7 +593,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/v22.4.0...HEAD +[Unreleased]: https://github.com/pipedrive/api-docs/compare/v22.5.0...HEAD +[22.5.0]: https://github.com/pipedrive/api-docs/compare/v22.4.0...v22.5.0 [22.4.0]: https://github.com/pipedrive/api-docs/compare/v22.3.0...v22.4.0 [22.3.0]: https://github.com/pipedrive/api-docs/compare/v22.2.0...v22.3.0 [22.2.0]: https://github.com/pipedrive/api-docs/compare/v22.1.0...v22.2.0 diff --git a/package-lock.json b/package-lock.json index e839dcb5..7d9cd8e0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "pipedrive", - "version": "22.4.0", + "version": "22.5.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "pipedrive", - "version": "22.4.0", + "version": "22.5.0", "license": "MIT", "dependencies": { "@babel/runtime": "^7.20.1", diff --git a/package.json b/package.json index 1248b687..db60eee8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pipedrive", - "version": "22.4.0", + "version": "22.5.0", "description": "Pipedrive REST client for NodeJS", "license": "MIT", "main": "dist/index.js",