Skip to content

Commit

Permalink
chore: release v1.1.3 (#314)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Mar 17, 2021
1 parent 5aeb32c commit 6cece08
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [1.1.3](https://github.com/uploadcare/uploadcare-upload-client/compare/v1.1.2...v1.1.3) (2021-03-17)


### Bug Fixes

* **react-native:** prevent app crashes while multipart uploading ([#308](https://github.com/uploadcare/uploadcare-upload-client/issues/308)) ([5d305e6](https://github.com/uploadcare/uploadcare-upload-client/commit/5d305e68b8026f729cb3a29d29f386fd882b4b5d))
* **react-native:** support direct uploads through FormData ([#307](https://github.com/uploadcare/uploadcare-upload-client/issues/307)) ([428b039](https://github.com/uploadcare/uploadcare-upload-client/commit/428b039374c98ae689c6c40b3e91d25b11481849))



## [1.1.2](https://github.com/uploadcare/uploadcare-upload-client/compare/v1.1.1...v1.1.2) (2020-04-20)


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": "@uploadcare/upload-client",
"version": "1.1.2",
"version": "1.1.3",
"description": "Library for work with Uploadcare Upload API",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export default '1.1.2'
export default '1.1.3'

0 comments on commit 6cece08

Please sign in to comment.