Skip to content

Commit 622d901

Browse files
Release v33.1.1 from PR #731
2 parents 53a16e4 + 43a261b commit 622d901

3 files changed

Lines changed: 13 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ 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+
13+
### Security
14+
- Synced `package-lock.json` to match `package.json` `axios` specifier (`^1.16.0`), fixing stale lockfile metadata that referenced `^1.13.6`
15+
- Removed redundant `flatted` override — parent `flat-cache@3.0.4` (`^3.1.0`) already resolves to `3.4.2`
16+
1117
## [33.1.0] - 2026-05-22
1218

1319
## [33.0.1] - 2026-05-13
@@ -1252,7 +1258,8 @@ Those fields will be formatted as "2020-07-13" instead of "2020-07-13T00:00:00.0
12521258
* Fixed `GET /goal/:id/results` error handling in case when there are no existing stages connected to specified goal
12531259
* Fixed typo in lead example response (`crrency` to `currency`)
12541260

1255-
[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
12561263
[33.1.0]: https://github.com/pipedrive/api-docs/compare/v33.0.1...v33.1.0
12571264
[33.0.1]: https://github.com/pipedrive/api-docs/compare/v33.0.0...v33.0.1
12581265
[33.0.0]: https://github.com/pipedrive/api-docs/compare/v32.2.1...v33.0.0

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.1.0",
3+
"version": "33.1.1",
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)