Skip to content

Commit

Permalink
1.3.0 (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
davimacedo authored and dplewis committed Sep 12, 2019
1 parent 83b12bd commit 866073a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
# Change Log

## 1.3.0
[Full Changelog](https://github.com/parse-community/parse-server-s3-adapter/compare/1.3.0...master)
- CHANGE: Conform to FilesAdapter Interface [#73](https://github.com/parse-community/parse-server/pull/73). Thanks to [Diamond Lewis](https://github.com/dplewis)
- 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)
- NEW: Support byte range requests [#71](https://github.com/parse-community/parse-server/pull/71). Thanks to [Diamond Lewis](https://github.com/dplewis)

## 1.2.3
[Full Changelog](https://github.com/parse-community/parse-server-s3-adapter/compare/1.2.2...master)
[Full Changelog](https://github.com/parse-community/parse-server-s3-adapter/compare/1.2.2...1.3.0)
- Another attempt at getting travis/npm working together [#69](https://github.com/parse-community/parse-server-s3-adapter/pull/69)

## 1.2.2
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@parse/s3-files-adapter",
"version": "1.2.3",
"version": "1.3.0",
"description": "AWS S3 adapter for parse-server",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 866073a

Please sign in to comment.