Skip to content

Commit e0b1983

Browse files
chore: release v6.2.0 (#462)
* chore: release v6.2.0 * Update CHANGELOG.md Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Aleksandr Grenishin <[email protected]>
1 parent 3a402a3 commit e0b1983

File tree

9 files changed

+31
-18
lines changed

9 files changed

+31
-18
lines changed

Diff for: CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# [6.2.0](https://github.com/uploadcare/uploadcare-js-api-clients/compare/v6.1.0...v6.2.0) (2023-01-20)
2+
3+
4+
### Bug Fixes
5+
6+
* **upload-client:** send `content-type` header when uploading multipart ([#461](https://github.com/uploadcare/uploadcare-js-api-clients/issues/461)) ([3a402a3](https://github.com/uploadcare/uploadcare-js-api-clients/commit/3a402a3cc344af8d08260ae6a876641e779744d3))
7+
8+
9+
### Features
10+
11+
* **upload-client:** accept `auto` as `store` value ([#460](https://github.com/uploadcare/uploadcare-js-api-clients/issues/460)) ([e140644](https://github.com/uploadcare/uploadcare-js-api-clients/commit/e140644df4e86341a8ee387cc4add8308f9b3aac))
12+
13+
114
# [6.1.0](https://github.com/uploadcare/uploadcare-js-api-clients/compare/v6.0.0...v6.1.0) (2023-01-10)
215

316

Diff for: package-lock.json

+9-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@uploadcare/api-clients",
33
"private": true,
44
"type": "module",
5-
"version": "6.1.0",
5+
"version": "6.2.0",
66
"license": "MIT",
77
"workspaces": [
88
"packages/api-client-utils",

Diff for: packages/api-client-utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@uploadcare/api-client-utils",
3-
"version": "6.1.0",
3+
"version": "6.2.0",
44
"type": "module",
55
"main": "dist/index.browser.js",
66
"module": "dist/index.browser.js",

Diff for: packages/api-client-utils/src/version.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export default '6.1.0'
1+
export default '6.2.0'

Diff for: packages/rest-client/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@uploadcare/rest-client",
3-
"version": "6.1.0",
3+
"version": "6.2.0",
44
"description": "Library for work with Uploadcare Rest API",
55
"type": "module",
66
"module": "./dist/index.node.js",
@@ -46,7 +46,7 @@
4646
"keywords": ["uploadcare", "file", "rest", "api"],
4747
"devDependencies": {
4848
"@types/blueimp-md5": "^2.18.0",
49-
"@uploadcare/upload-client": "^6.1.0",
49+
"@uploadcare/upload-client": "^6.2.0",
5050
"ts-node": "^10.8.1"
5151
},
5252
"dependencies": {

Diff for: packages/rest-client/src/version.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export default '6.1.0'
1+
export default '6.2.0'

Diff for: packages/upload-client/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@uploadcare/upload-client",
3-
"version": "6.1.0",
3+
"version": "6.2.0",
44
"description": "Library for work with Uploadcare Upload API",
55
"type": "module",
66
"module": "./dist/index.node.js",
@@ -78,7 +78,7 @@
7878
"koa-body": "5.0.0",
7979
"mock-socket": "9.0.3",
8080
"start-server-and-test": "1.14.0",
81-
"@uploadcare/api-client-utils": "^6.1.0",
81+
"@uploadcare/api-client-utils": "^6.2.0",
8282
"chalk": "^4.1.2"
8383
},
8484
"dependencies": {

Diff for: packages/upload-client/src/version.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export default '6.1.0'
1+
export default '6.2.0'

0 commit comments

Comments
 (0)