Skip to content

Commit 24dc601

Browse files
committed
chore(release): 3.18.0
1 parent 287c2d4 commit 24dc601

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
22

33
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.
44

5+
## [3.18.0](https://github.com/filestack/filestack-js/compare/v3.17.0...v3.18.0) (2020-10-01)
6+
7+
8+
### Features
9+
10+
* **miemtypes:** add key extension to list ([a12b477](https://github.com/filestack/filestack-js/commit/a12b4775c42fe69adee7f6056f450d4ac233779b))
11+
* **mimetypes:** check apple mimetypes based on extensions ([#386](https://github.com/filestack/filestack-js/issues/386)) ([08f1154](https://github.com/filestack/filestack-js/commit/08f11548b8fa987698fc2150c7e9e3fc5dcedfd1))
12+
* **picker:** bump picker version to 18 (multiple bugfixes) ([a304076](https://github.com/filestack/filestack-js/commit/a30407661046345bd60dcaf19346c222e00077be))
13+
* **utils:** Replace 'getVersion' function's return statement to use static constant instead of dynamic require. ([77fa52d](https://github.com/filestack/filestack-js/commit/77fa52d3ce7c8488852f0b8e71650ff5c39c1319))
14+
15+
16+
### Bug Fixes
17+
18+
* **cancelToken:** move cancel token to event emmiter ([#384](https://github.com/filestack/filestack-js/issues/384)) ([b1cada8](https://github.com/filestack/filestack-js/commit/b1cada8cf7fefa0664774b79e66e1afef7fa01a7))
19+
* **mimetypes:** if we have mimetype and we cant find excluded type by extension fallback to magic by ([20cfa49](https://github.com/filestack/filestack-js/commit/20cfa49472163f90a7fd96c76d9231445d0a5948))
20+
* **prefetch:** clone deep config before send to avoid referances ([#388](https://github.com/filestack/filestack-js/issues/388)) ([7f3c153](https://github.com/filestack/filestack-js/commit/7f3c1536e3ca745b59597d724eefe123617b17ef))
21+
522
## [3.17.0](https://github.com/filestack/filestack-js/compare/v3.16.0...v3.17.0) (2020-08-24)
623

724

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": "filestack-js",
3-
"version": "3.17.0",
3+
"version": "3.18.0",
44
"description": "Official JavaScript library for Filestack",
55
"main": "build/main/index.js",
66
"module": "build/module/index.js",

0 commit comments

Comments
 (0)