Skip to content

Commit

Permalink
chore(release): 2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
leomp12 committed Mar 10, 2021
1 parent 9b74711 commit 44b6e42
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [2.2.1](https://github.com/ecomplus/client/compare/v2.2.0...v2.2.1) (2021-03-10)


### Bug Fixes

* **axios-instance:** ensure `defaults.headers[method]` is defined ([39b6c24](https://github.com/ecomplus/client/commit/39b6c24a5d1f3d03a9b3ff80376e78652ff2f421))
* **axios-instance:** prevent 'Uncaught TypeError: instance.defaults.headers is undefined' error ([a1b1605](https://github.com/ecomplus/client/commit/a1b1605391e92cfaea1bfa82a5b9d81f1d5a7e08))

## [2.2.0](https://github.com/ecomplus/client/compare/v2.1.4...v2.2.0) (2021-01-24)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ecomplus/client",
"version": "2.2.0",
"version": "2.2.1",
"description": "JS client for E-Com Plus REST APIs",
"main": "dist/ecom-client.node.js",
"module": "src/index.js",
Expand Down

0 comments on commit 44b6e42

Please sign in to comment.