Skip to content

Commit edd90aa

Browse files
committed
Merge branch 'master' into jira-to-pr-345c21cc9e3d95ba234cf27c956bc1d62cf7ab71dfd27b0201491f0e-20260519082652
2 parents a7ad7d2 + 53a16e4 commit edd90aa

4 files changed

Lines changed: 11 additions & 4 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: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ For public Changelog covering all changes done to Pipedrive’s API, webhooks an
1212
- Synced `package-lock.json` to match `package.json` `axios` specifier (`^1.16.0`), fixing stale lockfile metadata that referenced `^1.13.6`
1313
- Removed redundant `flatted` override — parent `flat-cache@3.0.4` (`^3.1.0`) already resolves to `3.4.2`
1414

15+
## [33.1.0] - 2026-05-22
16+
1517
## [33.0.1] - 2026-05-13
1618

1719
### Fixed
@@ -1254,7 +1256,8 @@ Those fields will be formatted as "2020-07-13" instead of "2020-07-13T00:00:00.0
12541256
* Fixed `GET /goal/:id/results` error handling in case when there are no existing stages connected to specified goal
12551257
* Fixed typo in lead example response (`crrency` to `currency`)
12561258

1257-
[Unreleased]: https://github.com/pipedrive/api-docs/compare/v33.0.1...HEAD
1259+
[Unreleased]: https://github.com/pipedrive/api-docs/compare/v33.1.0...HEAD
1260+
[33.1.0]: https://github.com/pipedrive/api-docs/compare/v33.0.1...v33.1.0
12581261
[33.0.1]: https://github.com/pipedrive/api-docs/compare/v33.0.0...v33.0.1
12591262
[33.0.0]: https://github.com/pipedrive/api-docs/compare/v32.2.1...v33.0.0
12601263
[32.2.1]: https://github.com/pipedrive/api-docs/compare/v32.2.0...v32.2.1

package-lock.json

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

0 commit comments

Comments
 (0)