Skip to content

Commit d8b139d

Browse files
author
Jenkins User
committed
Release v13.3.3 from PR #331
2 parents d519e95 + 17e2c56 commit d8b139d

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ The file format of it is based on [Keep a Changelog](http://keepachangelog.com/e
77
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).
88

99
## [Unreleased]
10+
### Changed
11+
- Added babel/runtime to dependencies
1012

1113
## 13.3.2
1214
### Changed

package-lock.json

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

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pipedrive",
3-
"version": "13.3.2",
3+
"version": "13.3.3",
44
"description": "Pipedrive REST client for NodeJS",
55
"license": "MIT",
66
"main": "dist/index.js",
@@ -18,8 +18,9 @@
1818
"fs": false
1919
},
2020
"dependencies": {
21-
"superagent": "^5.3.0",
22-
"lodash": "^4.17.21"
21+
"@babel/runtime": "^7.17.0",
22+
"lodash": "^4.17.21",
23+
"superagent": "^5.3.0"
2324
},
2425
"devDependencies": {
2526
"@babel/cli": "^7.0.0",

0 commit comments

Comments
 (0)