Skip to content

Commit

Permalink
chore(release): 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
leomp12 committed Mar 22, 2024
1 parent 9363e7c commit 260f58f
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 158 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

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.3.0](https://github.com/ecomplus/client/compare/v2.2.1...v2.3.0) (2024-03-22)


### Features

* support new optional `ECOMCLIENT_API_PASSPORT_IDENTITY` env for passport on identity endpoints ([9363e7c](https://github.com/ecomplus/client/commit/9363e7c735d768b6ac875e5460fee2d67d6fc8e2))


### Bug Fixes

* **deps:** edit axios semver to also be satisfied with v0 ([c1b4ec6](https://github.com/ecomplus/client/commit/c1b4ec6c4fa15c5a5cf9b5441cc9497d9e81adec))
* **deps:** update all non-major dependencies ([#134](https://github.com/ecomplus/client/issues/134)) ([d86b1eb](https://github.com/ecomplus/client/commit/d86b1eb80a487cb342f9c810f55df417045f9ebf))
* **deps:** update dependency axios to v1 ([#210](https://github.com/ecomplus/client/issues/210)) ([f959399](https://github.com/ecomplus/client/commit/f9593995f9c4d826dec785b483339d1c60f326f3))
* **deps:** update dependency axios to v1.6.0 [security] ([#262](https://github.com/ecomplus/client/issues/262)) ([d6579b6](https://github.com/ecomplus/client/commit/d6579b65d87508dd45a814b5e8cfdc0de0c4daac))

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


Expand Down
169 changes: 12 additions & 157 deletions 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.1",
"version": "2.3.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 260f58f

Please sign in to comment.