Skip to content

Commit

Permalink
chore(all): prepare release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
EisenbergEffect committed Oct 6, 2016
1 parent 965d74e commit cd0c350
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aurelia-http-client",
"version": "1.0.0",
"version": "1.0.1",
"description": "A simple, restful, message-based wrapper around XMLHttpRequest.",
"keywords": [
"aurelia",
Expand Down
5 changes: 5 additions & 0 deletions dist/aurelia-http-client.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,11 @@ export declare class HttpResponseMessage {
*/
response: any;

/**
* The type of the response.
*/
responseType: string;

/**
* The success status of the request based on status code.
*/
Expand Down
5 changes: 5 additions & 0 deletions dist/aurelia-http-client.js
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,11 @@ export class HttpResponseMessage {
*/
response: any;

/**
* The type of the response.
*/
responseType: string;

/**
* The success status of the request based on status code.
*/
Expand Down
10 changes: 10 additions & 0 deletions doc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
<a name="1.0.1"></a>
## [1.0.1](https://github.com/aurelia/http-client/compare/1.0.0...v1.0.1) (2016-10-06)


### Bug Fixes

* Add responseType field in HttpResponseMessage ([2c0f437](https://github.com/aurelia/http-client/commit/2c0f437)), closes [#149](https://github.com/aurelia/http-client/issues/149)



<a name="1.0.0"></a>
# [1.0.0](https://github.com/aurelia/http-client/compare/1.0.0-rc.1.0.1...v1.0.0) (2016-07-27)

Expand Down
2 changes: 1 addition & 1 deletion doc/api.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aurelia-http-client",
"version": "1.0.0",
"version": "1.0.1",
"description": "A simple, restful, message-based wrapper around XMLHttpRequest.",
"keywords": [
"aurelia",
Expand Down

0 comments on commit cd0c350

Please sign in to comment.