Skip to content

Commit 0cf6c62

Browse files
committed
chore: release 5.0.0
1 parent d0d92db commit 0cf6c62

File tree

3 files changed

+25
-17
lines changed

3 files changed

+25
-17
lines changed

AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
| ---------------------------------------------------------------------------------------------------------- | -------- | ---------------------------------------------------------------------------------------------------------------------------------------- |
2626
| [`@netresearch/node-red-contrib-magento-eqp`](https://github.com/netresearch/node-red-contrib-magento-eqp) | `^4.0.8` | `EQP` class, `EQPStatusUpdateEvent`, `MalwareScanCompleteEvent`, `callbackService.parseCallback()`, `callbackService.registerCallback()` |
2727

28-
> **Do not break the public API** — all changes must stay semver-compatible within `^4.x`.
28+
> **Do not break the public API** — all changes must stay semver-compatible within `^5.x`.
2929
3030
## Commands
3131

CHANGELOG.md

Lines changed: 23 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,33 @@
11
# Changelog
22

3-
## [4.1.0](https://github.com/netresearch/node-magento-eqp/compare/v4.0.8...v4.1.0) (2026-02-16)
3+
## [5.0.0](https://github.com/netresearch/node-magento-eqp/compare/v4.1.0...v5.0.0) (2026-02-17)
4+
5+
### ⚠ BREAKING CHANGES
46

7+
- `AxiosAdapter` removed, replaced by `FetchAdapter`. `AxiosRequestConfig` type replaced by `RequestConfig`. New `HttpError` export replaces axios error format.
58

69
### Features
710

8-
* add pre-commit hooks, modernize devcontainer, fix renovate config ([4fb1679](https://github.com/netresearch/node-magento-eqp/commit/4fb167966acc6ddd9674af11217f11f4d491f8c1))
9-
* migrate to ESLint v10 flat config ([87743f0](https://github.com/netresearch/node-magento-eqp/commit/87743f0a2775605d8a42844be1ae9cd7a9956266))
11+
- replace axios with native fetch ([57a80aa](https://github.com/netresearch/node-magento-eqp/commit/57a80aa9fd6a4146e377deb1607bc0cf79e97072))
12+
13+
## [4.1.0](https://github.com/netresearch/node-magento-eqp/compare/v4.0.8...v4.1.0) (2026-02-16)
14+
15+
### Features
1016

17+
- add pre-commit hooks, modernize devcontainer, fix renovate config ([4fb1679](https://github.com/netresearch/node-magento-eqp/commit/4fb167966acc6ddd9674af11217f11f4d491f8c1))
18+
- migrate to ESLint v10 flat config ([87743f0](https://github.com/netresearch/node-magento-eqp/commit/87743f0a2775605d8a42844be1ae9cd7a9956266))
1119

1220
### Bug Fixes
1321

14-
* address PR review comments from Gemini and Copilot ([141fa04](https://github.com/netresearch/node-magento-eqp/commit/141fa0468ab12160877d532fbafb8be98c4c3ee6))
15-
* **ci:** handle GITHUB_TOKEN self-approval limitation for bot PRs ([a923b8f](https://github.com/netresearch/node-magento-eqp/commit/a923b8f1cd67977f092e1cc49b37301576c320db))
16-
* **ci:** use rebase merge instead of squash (not allowed on this repo) ([4e523a0](https://github.com/netresearch/node-magento-eqp/commit/4e523a061b6b96f1ea0268afec75734cd9f9557b))
17-
* **ci:** use signed tags for releases, auto-approve collaborator + bot PRs ([8a57393](https://github.com/netresearch/node-magento-eqp/commit/8a57393c821cca9201f117147201abb446975bfb))
18-
* **deps:** pin eslint to <10 until flat config migration ([84b28bf](https://github.com/netresearch/node-magento-eqp/commit/84b28bf0e57f6b6331890a948f22293337fa848a))
19-
* **deps:** update dependency axios to v1.13.0 ([48bf59e](https://github.com/netresearch/node-magento-eqp/commit/48bf59e653273b5d7d6cff96ea0a2781574e185e))
20-
* **deps:** update dependency axios to v1.13.1 ([7b56072](https://github.com/netresearch/node-magento-eqp/commit/7b56072465aff72f85a765f77cc2917f7a09aada))
21-
* **deps:** update dependency axios to v1.13.2 ([33a089f](https://github.com/netresearch/node-magento-eqp/commit/33a089ff9b40818f87b6facbfc5d5082679bf98d))
22-
* **deps:** update dependency axios to v1.13.3 ([3f366b1](https://github.com/netresearch/node-magento-eqp/commit/3f366b12424dde20d53df2b4e19276f884d695b1))
23-
* **deps:** update dependency axios to v1.13.4 ([5688ae3](https://github.com/netresearch/node-magento-eqp/commit/5688ae34b27d923b4b599f3dec23cb0b91f80e4c))
24-
* **deps:** update dependency axios to v1.13.5 ([5444232](https://github.com/netresearch/node-magento-eqp/commit/5444232c84d7c8904b0dd3e5cdf2ced60cc9660a))
25-
* scope TS accessibility rule to TypeScript files only ([ad5d2fd](https://github.com/netresearch/node-magento-eqp/commit/ad5d2fdfbf927f02dce37795c69eebdeec8b73bc))
22+
- address PR review comments from Gemini and Copilot ([141fa04](https://github.com/netresearch/node-magento-eqp/commit/141fa0468ab12160877d532fbafb8be98c4c3ee6))
23+
- **ci:** handle GITHUB_TOKEN self-approval limitation for bot PRs ([a923b8f](https://github.com/netresearch/node-magento-eqp/commit/a923b8f1cd67977f092e1cc49b37301576c320db))
24+
- **ci:** use rebase merge instead of squash (not allowed on this repo) ([4e523a0](https://github.com/netresearch/node-magento-eqp/commit/4e523a061b6b96f1ea0268afec75734cd9f9557b))
25+
- **ci:** use signed tags for releases, auto-approve collaborator + bot PRs ([8a57393](https://github.com/netresearch/node-magento-eqp/commit/8a57393c821cca9201f117147201abb446975bfb))
26+
- **deps:** pin eslint to <10 until flat config migration ([84b28bf](https://github.com/netresearch/node-magento-eqp/commit/84b28bf0e57f6b6331890a948f22293337fa848a))
27+
- **deps:** update dependency axios to v1.13.0 ([48bf59e](https://github.com/netresearch/node-magento-eqp/commit/48bf59e653273b5d7d6cff96ea0a2781574e185e))
28+
- **deps:** update dependency axios to v1.13.1 ([7b56072](https://github.com/netresearch/node-magento-eqp/commit/7b56072465aff72f85a765f77cc2917f7a09aada))
29+
- **deps:** update dependency axios to v1.13.2 ([33a089f](https://github.com/netresearch/node-magento-eqp/commit/33a089ff9b40818f87b6facbfc5d5082679bf98d))
30+
- **deps:** update dependency axios to v1.13.3 ([3f366b1](https://github.com/netresearch/node-magento-eqp/commit/3f366b12424dde20d53df2b4e19276f884d695b1))
31+
- **deps:** update dependency axios to v1.13.4 ([5688ae3](https://github.com/netresearch/node-magento-eqp/commit/5688ae34b27d923b4b599f3dec23cb0b91f80e4c))
32+
- **deps:** update dependency axios to v1.13.5 ([5444232](https://github.com/netresearch/node-magento-eqp/commit/5444232c84d7c8904b0dd3e5cdf2ced60cc9660a))
33+
- scope TS accessibility rule to TypeScript files only ([ad5d2fd](https://github.com/netresearch/node-magento-eqp/commit/ad5d2fdfbf927f02dce37795c69eebdeec8b73bc))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@netresearch/node-magento-eqp",
3-
"version": "4.1.0",
3+
"version": "5.0.0",
44
"description": "Simple API wrapper around the Magento Marketplace EQP API",
55
"main": "dist/index.js",
66
"repository": {

0 commit comments

Comments
 (0)