Skip to content

Commit 3186aca

Browse files
authored
Merge pull request #142 from mtrezza/release-1.6.1
2 parents 489cb31 + d242956 commit 3186aca

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,17 @@
11
# Change Log
22

33
## Unreleased (Master Branch)
4-
[Full Changelog](https://github.com/parse-community/parse-server-s3-adapter/compare/1.6.0...master)
4+
[Full Changelog](https://github.com/parse-community/parse-server-s3-adapter/compare/1.6.1...master)
5+
### Breaking Changes
6+
none
7+
### Notable Changes
8+
none
9+
### Other Changes
10+
none
11+
___
12+
13+
## 1.6.1
14+
[Full Changelog](https://github.com/parse-community/parse-server-s3-adapter/compare/1.6.0...1.6.1)
515
### Breaking Changes
616
none
717
### Notable 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.0",
3+
"version": "1.6.1",
44
"description": "AWS S3 adapter for parse-server",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)