diff --git a/.size-snapshot.json b/.size-snapshot.json index a3bddda32..a6b74fc51 100644 --- a/.size-snapshot.json +++ b/.size-snapshot.json @@ -1,31 +1,31 @@ { "dist/uploadcare-upload-client.esm.js": { - "bundled": 20524, - "minified": 8229, - "gzipped": 2746, + "bundled": 41489, + "minified": 17880, + "gzipped": 5062, "treeshaked": { "rollup": { - "code": 1007, - "import_statements": 32 + "code": 14058, + "import_statements": 56 }, "webpack": { - "code": 8290 + "code": 16652 } } }, "dist/uploadcare-upload-client.cjs.js": { - "bundled": 20542, - "minified": 8235, - "gzipped": 2750 + "bundled": 41507, + "minified": 17886, + "gzipped": 5066 }, "dist/uploadcare-upload-client.js": { - "bundled": 63602, - "minified": 18311, - "gzipped": 6450 + "bundled": 86703, + "minified": 26769, + "gzipped": 8592 }, "dist/uploadcare-upload-client.min.js": { - "bundled": 18311, - "minified": 18275, - "gzipped": 6440 + "bundled": 26769, + "minified": 26733, + "gzipped": 8605 } } diff --git a/CHANGELOG.md b/CHANGELOG.md index 27e6b770f..189fc2b66 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +[Unreleased]: https://github.com/uploadcare/uploadcare-upload-client/compare/v1.0.0-alpha.2...HEAD + +## [1.0.0-alpha.2] + ### Changed * Project was moved from Flow notations to TypeScript. @@ -20,7 +24,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. * Low-level request wrappers for `/from_url/` and `/from_url/status/` paths of Upload API. * Settings: the support of setting `baseCDN`, `checkForUrlDuplicates`, `saveUrlForRecurrentUploads`. -[Unreleased]: https://github.com/uploadcare/uploadcare-upload-client/compare/v1.0.0-alpha.1...HEAD +[1.0.0-alpha.2]: https://github.com/uploadcare/uploadcare-upload-client/compare/v1.0.0-alpha.1...v1.0.0-alpha.2 ## [1.0.0-alpha.1] diff --git a/package.json b/package.json index 20b069427..ff1082368 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@uploadcare/upload-client", - "version": "1.0.0-alpha.1", + "version": "1.0.0-alpha.2", "description": "Library for work with Uploadcare Upload API", "main": "dist/uploadcare-upload-client.cjs.js", "module": "dist/uploadcare-upload-client.esm.js",