Skip to content

Commit 866073a

Browse files
davimacedodplewis
authored andcommitted
1.3.0 (#74)
1 parent 83b12bd commit 866073a

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

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

3+
## 1.3.0
4+
[Full Changelog](https://github.com/parse-community/parse-server-s3-adapter/compare/1.3.0...master)
5+
- CHANGE: Conform to FilesAdapter Interface [#73](https://github.com/parse-community/parse-server/pull/73). Thanks to [Diamond Lewis](https://github.com/dplewis)
6+
- CHANGE: Add airbnb style guide to linter [#72](https://github.com/parse-community/parse-server/pull/72). Thanks to [Diamond Lewis](https://github.com/dplewis)
7+
- NEW: Support byte range requests [#71](https://github.com/parse-community/parse-server/pull/71). Thanks to [Diamond Lewis](https://github.com/dplewis)
8+
39
## 1.2.3
4-
[Full Changelog](https://github.com/parse-community/parse-server-s3-adapter/compare/1.2.2...master)
10+
[Full Changelog](https://github.com/parse-community/parse-server-s3-adapter/compare/1.2.2...1.3.0)
511
- Another attempt at getting travis/npm working together [#69](https://github.com/parse-community/parse-server-s3-adapter/pull/69)
612

713
## 1.2.2

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,6 +1,6 @@
11
{
22
"name": "@parse/s3-files-adapter",
3-
"version": "1.2.3",
3+
"version": "1.3.0",
44
"description": "AWS S3 adapter for parse-server",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)