Skip to content

Commit

Permalink
Update CHANGELOG.md, size-snapshot and bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
bautrukevich committed May 15, 2019
1 parent 5f6be24 commit 189740e
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 17 deletions.
30 changes: 15 additions & 15 deletions .size-snapshot.json
Original file line number Diff line number Diff line change
@@ -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
}
}
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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]

Expand Down
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": "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",
Expand Down

0 comments on commit 189740e

Please sign in to comment.