Skip to content

Commit 6dd7177

Browse files
chore: release v6.2.1 (#464)
* chore: release v6.2.1 * Update CHANGELOG.md Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Aleksandr Grenishin <nd0ut.me@gmail.com>
1 parent cd37f4d commit 6dd7177

File tree

9 files changed

+26
-18
lines changed

9 files changed

+26
-18
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [6.2.1](https://github.com/uploadcare/uploadcare-js-api-clients/compare/v6.2.0...v6.2.1) (2023-01-23)
2+
3+
4+
### Bug Fixes
5+
6+
* **upload-client:** normalize output cdn url ([#463](https://github.com/uploadcare/uploadcare-js-api-clients/issues/463)) ([cd37f4d](https://github.com/uploadcare/uploadcare-js-api-clients/commit/cd37f4dda21c01aec7fdc817bd98364cf6ce7dbd))
7+
8+
19
# [6.2.0](https://github.com/uploadcare/uploadcare-js-api-clients/compare/v6.1.0...v6.2.0) (2023-01-20)
210

311

package-lock.json

Lines changed: 9 additions & 9 deletions
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
@@ -2,7 +2,7 @@
22
"name": "@uploadcare/api-clients",
33
"private": true,
44
"type": "module",
5-
"version": "6.2.0",
5+
"version": "6.2.1",
66
"license": "MIT",
77
"workspaces": [
88
"packages/api-client-utils",

packages/api-client-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@uploadcare/api-client-utils",
3-
"version": "6.2.0",
3+
"version": "6.2.1",
44
"type": "module",
55
"main": "dist/index.browser.js",
66
"module": "dist/index.browser.js",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export default '6.2.0'
1+
export default '6.2.1'

packages/rest-client/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@uploadcare/rest-client",
3-
"version": "6.2.0",
3+
"version": "6.2.1",
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.2.0",
49+
"@uploadcare/upload-client": "^6.2.1",
5050
"ts-node": "^10.8.1"
5151
},
5252
"dependencies": {
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export default '6.2.0'
1+
export default '6.2.1'

packages/upload-client/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@uploadcare/upload-client",
3-
"version": "6.2.0",
3+
"version": "6.2.1",
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.2.0",
81+
"@uploadcare/api-client-utils": "^6.2.1",
8282
"chalk": "^4.1.2"
8383
},
8484
"dependencies": {
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export default '6.2.0'
1+
export default '6.2.1'

0 commit comments

Comments
 (0)