Skip to content

Commit

Permalink
chore(release): 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
leomp12 committed Jan 24, 2021
1 parent 195ab6d commit 91e79b8
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

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.0](https://github.com/ecomplus/client/compare/v2.1.4...v2.2.0) (2021-01-24)


### Features

* **apis-base-urls:** support customizind default apis with env vars ([4d91564](https://github.com/ecomplus/client/commit/4d91564752316075ef8e0c9cf87037b60444d7ad))


### Bug Fixes

* **env:** syntax fix, must export default ([687e449](https://github.com/ecomplus/client/commit/687e44914cf2f3cd1135e40b98895831a978cfa2))
* **request:** properlly checking '.json' extensions ([7b26cf0](https://github.com/ecomplus/client/commit/7b26cf09bf273a1410705e1b86f8b72ebdbf7529))

### [2.1.4](https://github.com/ecomplus/client/compare/v2.1.3...v2.1.4) (2021-01-07)


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.1.4",
"version": "2.2.0",
"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 91e79b8

Please sign in to comment.