Skip to content

Commit b6e5b0d

Browse files
2.2.0
1 parent c2f8db0 commit b6e5b0d

3 files changed

Lines changed: 9 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
## CHANGELOG
22

3+
## v2.2.0
4+
5+
- [#678] [@jcrugzz] support more aws auth scenarios via credentials object or sessionToken.
6+
37
## v2.1.1
48

5-
- [#666], [@guischdi] Fix GCS upload.
9+
- [#666], [@guischdi] Fix GCS upload.
610

711
## v2.1.0
812

@@ -32,9 +36,9 @@
3236
## v1.5.0
3337

3438
- Added 1&1 support with tests.
35-
- Set Content-Type with Google storage. Fixes [#635].
39+
- Set Content-Type with Google storage. Fixes [#635].
3640
- Attempt to restrict to `node@6` and `node@8`.
37-
- [fix] Patched RegEx DoS vuln & Remote Memory Exposure vuln.
41+
- [fix] Patched RegEx DoS vuln & Remote Memory Exposure vuln.
3842
This addresses two major security issues:
3943
- https://nodesecurity.io/advisories/309
4044
- https://nodesecurity.io/advisories/535

package-lock.json

Lines changed: 1 addition & 1 deletion
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,7 +1,7 @@
11
{
22
"name": "pkgcloud",
33
"description": "A provider agnostic cloud library for Node.js",
4-
"version": "2.1.1",
4+
"version": "2.2.0",
55
"author": "Charlie Robbins <charlie.robbins@gmail.com>",
66
"contributors": [
77
"Ross Kukulinski <ross@kukulinski.com>",

0 commit comments

Comments
 (0)