Skip to content

Commit 43a261b

Browse files
33.1.1
1 parent edd90aa commit 43a261b

3 files changed

Lines changed: 7 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ For public Changelog covering all changes done to Pipedrive’s API, webhooks an
88

99
## [Unreleased]
1010

11+
## [33.1.1] - 2026-05-28
12+
1113
### Security
1214
- Synced `package-lock.json` to match `package.json` `axios` specifier (`^1.16.0`), fixing stale lockfile metadata that referenced `^1.13.6`
1315
- Removed redundant `flatted` override — parent `flat-cache@3.0.4` (`^3.1.0`) already resolves to `3.4.2`
@@ -1256,7 +1258,8 @@ Those fields will be formatted as "2020-07-13" instead of "2020-07-13T00:00:00.0
12561258
* Fixed `GET /goal/:id/results` error handling in case when there are no existing stages connected to specified goal
12571259
* Fixed typo in lead example response (`crrency` to `currency`)
12581260

1259-
[Unreleased]: https://github.com/pipedrive/api-docs/compare/v33.1.0...HEAD
1261+
[Unreleased]: https://github.com/pipedrive/api-docs/compare/v33.1.1...HEAD
1262+
[33.1.1]: https://github.com/pipedrive/api-docs/compare/v33.1.0...v33.1.1
12601263
[33.1.0]: https://github.com/pipedrive/api-docs/compare/v33.0.1...v33.1.0
12611264
[33.0.1]: https://github.com/pipedrive/api-docs/compare/v33.0.0...v33.0.1
12621265
[33.0.0]: https://github.com/pipedrive/api-docs/compare/v32.2.1...v33.0.0

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

0 commit comments

Comments
 (0)