Skip to content

Commit

Permalink
chore(release): 3.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pcholuj committed Aug 23, 2019
1 parent 22454fd commit 120d261
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [3.7.0](https://github.com/filestack/filestack-js/compare/v3.6.0...v3.7.0) (2019-08-23)


### Bug Fixes

* **picker:** fix onFileSelected problem ([#278](https://github.com/filestack/filestack-js/issues/278)) ([22454fd](https://github.com/filestack/filestack-js/commit/22454fd))
* **README:** Add String.prototype.includes to polyfill ([#277](https://github.com/filestack/filestack-js/issues/277)) ([460d585](https://github.com/filestack/filestack-js/commit/460d585))


### Features

* **transforms:** Add animate transformation ([#274](https://github.com/filestack/filestack-js/issues/274)) ([3a82f02](https://github.com/filestack/filestack-js/commit/3a82f02))
* **transforms:** Add autoImage transformation ([#276](https://github.com/filestack/filestack-js/issues/276)) ([d371552](https://github.com/filestack/filestack-js/commit/d371552))
* **transforms:** Update enhance preset definition ([#275](https://github.com/filestack/filestack-js/issues/275)) ([32afd54](https://github.com/filestack/filestack-js/commit/32afd54))
* **uploader/s3:** Regular upload - display error when there is missing etag field in s3 response ([#267](https://github.com/filestack/filestack-js/issues/267)) ([747e3b1](https://github.com/filestack/filestack-js/commit/747e3b1))



## [3.6.0](https://github.com/filestack/filestack-js/compare/v3.5.0...v3.6.0) (2019-08-07)


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": "filestack-js",
"version": "3.6.0",
"version": "3.7.0",
"description": "Official JavaScript library for Filestack",
"main": "build/main/index.js",
"module": "build/module/index.js",
Expand Down

0 comments on commit 120d261

Please sign in to comment.