Skip to content

Commit

Permalink
chore: release v1.0.0 (#125)
Browse files Browse the repository at this point in the history
* chore: release v1.0.0
* merge autogenerated changlog
* change version in code
  • Loading branch information
jeetiss authored Dec 23, 2019
1 parent ad40735 commit fcbb352
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 105 deletions.
13 changes: 2 additions & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,4 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]

[unreleased]: https://github.com/uploadcare/uploadcare-upload-client/compare/v1.0.0-alpha.5...HEAD
# [1.0.0](https://github.com/uploadcare/uploadcare-upload-client/compare/v1.0.0-alpha.5...v1.0.0) (2019-12-23)

### Changed

Expand Down Expand Up @@ -47,7 +38,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Added

- `CancelController` to make API calls cancellable. See README for how
to use this feature.
to use this feature. ([#77](https://github.com/uploadcare/uploadcare-upload-client/issues/77))

## [1.0.0-alpha.5]

Expand Down
92 changes: 1 addition & 91 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
{
"name": "@uploadcare/upload-client",
"version": "1.0.0-alpha.5",
"version": "1.0.0",
"description": "Library for work with Uploadcare Upload API",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": ["lib/**/*"],
"files": [
"lib/**/*"
],
"browser": {
"./lib/request/request.node.js": "./lib/request/request.browser.js",
"./lib/tools/getFormData.node.js": "./lib/tools/getFormData.browser.js"
Expand Down
2 changes: 1 addition & 1 deletion src/tools/userAgent.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const version = '1.0.0alpha-amega'
const version = '1.0.0'
/**
* Returns User Agent based on version and settings.
*
Expand Down

0 comments on commit fcbb352

Please sign in to comment.