Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## 2.4.7
**`(fix):`** Make sure `extraDependencies`, `extraPeerDependencies`, `extraPeerDependenciesMeta`, and `extraDevDependencies` are always merged into _package.json_.
This was previously fixed for `shouldBundle: true`, but not for `shouldBundle: false` (default).
This was previously fixed for `bundle: true`, but not for `bundle: false` (default).
All dependencies should now come through.


Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 3.6.1
**`(fix):`** Add missing test scripts when `bundle: true`.


## 3.6.0
**`(feat):`** Allow for configuring `timeoutMs` and `maxRetries` request options at the client-level as well as the request level.

Expand Down