Skip to content

Commit 9ea8601

Browse files
authored
release-1.6.2 (#164)
* update changelog * bump package version
1 parent e18d563 commit 9ea8601

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Change Log
22

33
## Unreleased (Master Branch)
4-
[Full Changelog](https://github.com/parse-community/parse-server-s3-adapter/compare/1.6.1...master)
4+
[Full Changelog](https://github.com/parse-community/parse-server-s3-adapter/compare/1.6.2...master)
55
### Breaking Changes
66
none
77
### Notable Changes
@@ -10,6 +10,16 @@ none
1010
none
1111
___
1212

13+
## 1.6.2
14+
[Full Changelog](https://github.com/parse-community/parse-server-s3-adapter/compare/1.6.1...1.6.2)
15+
### Breaking Changes
16+
none
17+
### Notable Changes
18+
none
19+
### Other Changes
20+
- Upgrade to AWS SDK 2.905.0 (Antonio Davi Macedo Coelho de Castro) [#163](https://github.com/parse-community/parse-server-s3-adapter/pull/163)
21+
___
22+
1323
## 1.6.1
1424
[Full Changelog](https://github.com/parse-community/parse-server-s3-adapter/compare/1.6.0...1.6.1)
1525
### Breaking Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@parse/s3-files-adapter",
3-
"version": "1.6.1",
3+
"version": "1.6.2",
44
"description": "AWS S3 adapter for parse-server",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)