Skip to content

Commit 3b303c7

Browse files
committed
chore(release): 3.20.0
1 parent 4b155b3 commit 3b303c7

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
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.20.0](https://github.com/filestack/filestack-js/compare/v3.19.0...v3.20.0) (2020-11-18)
6+
7+
8+
### Features
9+
10+
* **picker:** bump picker version ([4b155b3](https://github.com/filestack/filestack-js/commit/4b155b359b1b939ec80ad224703e194effc4a791))
11+
* **utils:** add converting extension to mimetype ([#400](https://github.com/filestack/filestack-js/issues/400)) ([669e178](https://github.com/filestack/filestack-js/commit/669e178ef9d6cbd4d2303cec0f8cbbbf208b50fd))
12+
13+
14+
### Bug Fixes
15+
16+
* **sentry:** update sentry errors ([5a53ddd](https://github.com/filestack/filestack-js/commit/5a53ddd75db9c41396b1c2d9c23dab5784ca2419))
17+
518
## [3.19.0](https://github.com/filestack/filestack-js/compare/v3.18.0...v3.19.0) (2020-11-03)
619

720

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.19.0",
3+
"version": "3.20.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)