Skip to content

Commit

Permalink
chore: release v2.2.0 (#356)
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 Dec 22, 2021
1 parent 848eadf commit 0f60e53
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# [2.2.0](https://github.com/uploadcare/uploadcare-upload-client/compare/v2.1.0...v2.2.0) (2021-12-22)


### Features

* export UploadcareClientError class ([#355](https://github.com/uploadcare/uploadcare-upload-client/issues/355)) ([848eadf](https://github.com/uploadcare/uploadcare-upload-client/commit/848eadfcdb021fd506a6d6ee2f7f6e2208804de4))



# [2.1.0](https://github.com/uploadcare/uploadcare-upload-client/compare/v2.0.0...v2.1.0) (2021-12-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": "@uploadcare/upload-client",
"version": "2.1.0",
"version": "2.2.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 '2.1.0'
export default '2.2.0'

0 comments on commit 0f60e53

Please sign in to comment.