Skip to content

Commit 611a7ff

Browse files
Merge master into 329
2 parents e16aa1f + d0492bd commit 611a7ff

4 files changed

Lines changed: 28 additions & 7 deletions

File tree

.github/workflows/cicd_npm-publish.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ jobs:
99
publish:
1010
if: ${{ github.event.label.name == 'npm-ready-for-publish' }}
1111
uses: pipedrive-actions/github-actions-workflows/.github/workflows/reusable_cicd-npm-publish.yml@master
12+
permissions:
13+
id-token: write
14+
contents: write
1215
with:
1316
revision: ${{ github.event.pull_request.head.ref }}
17+
use_trusted_publisher: true
1418
secrets: inherit

CHANGELOG.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,21 @@ For public Changelog covering all changes done to Pipedrive’s API, webhooks an
1111
- Added `project_id` parameter to `POST /v1/files` endpoint
1212
- Added `project_id` & `project_name` properties to responses in `/v1/files/*` endpoints
1313

14+
## [33.2.0] - 2026-05-29
15+
### Added
16+
- Added `website`, `linkedin`, `industry`, `annual_revenue`, and `employee_count` fields to v2 organization response schema (`GET /api/v2/organizations`, `GET /api/v2/organizations/{id}`) — all nullable, not included by default
17+
- Added `deal_id`, `person_id`, and `org_id` as optional query filter parameters to `GET /api/v2/projects`
18+
### Fixed
19+
- Fixed `BillingStartDate` format from non-standard `'YYYY-MM-DD'` to correct OAS3 `date` format in both v1 and v2 deal product schemas
20+
21+
## [33.1.1] - 2026-05-28
22+
23+
### Security
24+
- Synced `package-lock.json` to match `package.json` `axios` specifier (`^1.16.0`), fixing stale lockfile metadata that referenced `^1.13.6`
25+
- Removed redundant `flatted` override — parent `flat-cache@3.0.4` (`^3.1.0`) already resolves to `3.4.2`
26+
27+
## [33.1.0] - 2026-05-22
28+
1429
## [33.0.1] - 2026-05-13
1530

1631
### Fixed
@@ -1253,7 +1268,10 @@ Those fields will be formatted as "2020-07-13" instead of "2020-07-13T00:00:00.0
12531268
* Fixed `GET /goal/:id/results` error handling in case when there are no existing stages connected to specified goal
12541269
* Fixed typo in lead example response (`crrency` to `currency`)
12551270

1256-
[Unreleased]: https://github.com/pipedrive/api-docs/compare/v33.0.1...HEAD
1271+
[Unreleased]: https://github.com/pipedrive/api-docs/compare/v33.2.0...HEAD
1272+
[33.2.0]: https://github.com/pipedrive/api-docs/compare/v33.1.1...v33.2.0
1273+
[33.1.1]: https://github.com/pipedrive/api-docs/compare/v33.1.0...v33.1.1
1274+
[33.1.0]: https://github.com/pipedrive/api-docs/compare/v33.0.1...v33.1.0
12571275
[33.0.1]: https://github.com/pipedrive/api-docs/compare/v33.0.0...v33.0.1
12581276
[33.0.0]: https://github.com/pipedrive/api-docs/compare/v32.2.1...v33.0.0
12591277
[32.2.1]: https://github.com/pipedrive/api-docs/compare/v32.2.0...v32.2.1

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pipedrive",
3-
"version": "33.0.1",
3+
"version": "33.2.0",
44
"description": "Pipedrive REST client for NodeJS",
55
"license": "MIT",
66
"homepage": "https://developers.pipedrive.com",
@@ -88,8 +88,7 @@
8888
"typescript-eslint": "^8.56.1"
8989
},
9090
"overrides": {
91-
"serialize-javascript": "^7.0.4",
92-
"flatted": "^3.4.0"
91+
"serialize-javascript": "^7.0.4"
9392
},
9493
"lint-staged": {
9594
"*.{ts,js}": [

0 commit comments

Comments
 (0)