Skip to content

Commit

Permalink
chore(release): 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
leomp12 committed Oct 8, 2024
1 parent c38ba20 commit 817ff86
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 176 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Changelog

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.
All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.

## [2.4.0](https://github.com/ecomplus/client/compare/v2.3.1...v2.4.0) (2024-10-08)


### Features

* supporting new `globalThis.ecomClientAxiosMidd` for mannual middleware/cache handling ([c38ba20](https://github.com/ecomplus/client/commit/c38ba2003664208d64de783e7ad5923c4d51caae))

### [2.3.1](https://github.com/ecomplus/client/compare/v2.3.0...v2.3.1) (2024-03-22)

Expand Down
187 changes: 13 additions & 174 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.3.1",
"version": "2.4.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 817ff86

Please sign in to comment.