From 9b3f24a695cbe6d0d22857e4137278f6a23197d2 Mon Sep 17 00:00:00 2001 From: pipedrive-bot Date: Wed, 3 Jul 2024 15:46:33 +0000 Subject: [PATCH 1/2] Build 47 - version-minor --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 12812217..0e8c1b6a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ 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] +### Added +- Added `notes` field to Prices in: + - `GET` and `POST` `/v2/products/{productId}/variations` endpoints + - `PATCH` `/api/v2/products/{productId}/variations/{productVariationId}` endpoint ## [23.0.0] - 2024-06-14 ### Removed From 1d3f6d25a75116e30efe3a49ce39c29e8f2df1cc Mon Sep 17 00:00:00 2001 From: jenkins User Date: Wed, 3 Jul 2024 15:50:55 +0000 Subject: [PATCH 2/2] 23.1.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 0e8c1b6a..fbcfb1b9 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.1.0] - 2024-07-03 ### Added - Added `notes` field to Prices in: - `GET` and `POST` `/v2/products/{productId}/variations` endpoints @@ -650,7 +652,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.0.0...HEAD +[Unreleased]: https://github.com/pipedrive/api-docs/compare/v23.1.0...HEAD +[23.1.0]: https://github.com/pipedrive/api-docs/compare/v23.0.0...v23.1.0 [23.0.0]: https://github.com/pipedrive/api-docs/compare/v22.10.1...v23.0.0 [22.10.1]: https://github.com/pipedrive/api-docs/compare/v22.10.0...v22.10.1 [22.10.0]: https://github.com/pipedrive/api-docs/compare/v22.9.0...v22.10.0 diff --git a/package-lock.json b/package-lock.json index 1a3a488b..43364ffe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "pipedrive", - "version": "23.0.0", + "version": "23.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "pipedrive", - "version": "23.0.0", + "version": "23.1.0", "license": "MIT", "dependencies": { "@babel/runtime": "^7.20.1", diff --git a/package.json b/package.json index da8ab2b2..2fcae6ff 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pipedrive", - "version": "23.0.0", + "version": "23.1.0", "description": "Pipedrive REST client for NodeJS", "license": "MIT", "main": "dist/index.js",