Skip to content

Commit

Permalink
chore: release v3.1.0 (#370)
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 Apr 11, 2022
1 parent f249fdf commit aa02b63
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# [3.1.0](https://github.com/uploadcare/uploadcare-upload-client/compare/v3.0.0...v3.1.0) (2022-04-11)


### Bug Fixes

* accept option `multipartMinFileSize ([679eb8f](https://github.com/uploadcare/uploadcare-upload-client/commit/679eb8f940d00d3b1f1c96ff2966fb9512d255db))
* calculate `store` parameter in a consistent way ([2e423d2](https://github.com/uploadcare/uploadcare-upload-client/commit/2e423d27a96be8ce59fdd4c7fc8c06edd06e6e6b))


### Features

* file metadata support ([dc9cf2d](https://github.com/uploadcare/uploadcare-upload-client/commit/dc9cf2dd831ccb19272dedd1550716d53945527e))
* return `contentInfo` from `fileInfo` to user ([5b9b99a](https://github.com/uploadcare/uploadcare-upload-client/commit/5b9b99ab705b4489db817bc6976a6f823862b83b))



# [3.0.0](https://github.com/uploadcare/uploadcare-upload-client/compare/v2.2.0...v3.0.0) (2022-02-24)


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": "3.0.0",
"version": "3.1.0",
"description": "Library for work with Uploadcare Upload API",
"type": "module",
"main": "dist/index.cjs",
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 '3.0.0'
export default '3.1.0'

0 comments on commit aa02b63

Please sign in to comment.