Skip to content

Commit

Permalink
Release 2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pgom committed Apr 14, 2020
1 parent 98a11da commit 09b8e13
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## [v2.4.1](https://github.com/uphold/uphold-sdk-javascript/releases/tag/v2.4.1) (2020-04-14)
- Remove user-agent default header [\#31](https://github.com/uphold/uphold-sdk-javascript/pull/31) ([pgom](https://github.com/pgom))

## [v2.4.0](https://github.com/uphold/uphold-sdk-javascript/releases/tag/v2.4.0) (2020-02-21)
- Add scope and otp header to storage [\#30](https://github.com/uphold/uphold-sdk-javascript/pull/30) ([asoraiamartins](https://github.com/asoraiamartins))
- Update favicon and logo on `README` [\#27](https://github.com/uphold/uphold-sdk-javascript/pull/27) ([7patricia](https://github.com/7patricia))
Expand Down
2 changes: 1 addition & 1 deletion dist/browser/uphold-sdk-javascript.js

Large diffs are not rendered by default.

7 changes: 2 additions & 5 deletions dist/core/services/client.js
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
'use strict';
"use strict";

Object.defineProperty(exports, "__esModule", {
value: true
});

var _package = require('../../../package.json');

class Client {
constructor() {
this.defaultHeaders = { 'user-agent': `${_package.name}/${_package.version}` };
this.defaultHeaders = {};
}
}
exports.default = Client;
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uphold/uphold-sdk-javascript",
"version": "2.4.0",
"version": "2.4.1",
"description": "Uphold SDK for JavasScript",
"keywords": [
"api",
Expand Down

0 comments on commit 09b8e13

Please sign in to comment.