Skip to content

Commit ece71c6

Browse files
chore(main): release 4.1.0
1 parent a923b8f commit ece71c6

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Changelog
2+
3+
## [4.1.0](https://github.com/netresearch/node-magento-eqp/compare/v4.0.8...v4.1.0) (2026-02-16)
4+
5+
6+
### Features
7+
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))
10+
11+
12+
### Bug Fixes
13+
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))

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.0.8",
3+
"version": "4.1.0",
44
"description": "Simple API wrapper around the Magento Marketplace EQP API",
55
"main": "dist/index.js",
66
"repository": {

0 commit comments

Comments
 (0)