Skip to content

Commit c7d8fec

Browse files
chore(release): 4.0.0-rc.1 [skip ci]
# [4.0.0-rc.1](v3.9.2...v4.0.0-rc.1) (2026-04-27) ### breaking * Disabled deprecated exports:all commands ([c08872b](c08872b)) * Disabled deprecated exports:all commands ([646ab38](646ab38)) ### Bug Fixes * fix command example ([afb9c90](afb9c90)) * fix dependencies ([ed85c48](ed85c48)) * fix export output ([e0294e5](e0294e5)) * fix export output ([ae31477](ae31477)) * fix npm release ([f59e5b2](f59e5b2)) * fix processed records count ([c0779e6](c0779e6)) * fix processed records count ([9353862](9353862)) * fix semantic release trusted publisher ([ab2c24e](ab2c24e)) * update dependencies ([62283e3](62283e3)) * update dependencies ([df3fecd](df3fecd)) ### Features * add support for new big exports ([29bfaf8](29bfaf8)) * disable multiple exports and allow creation of big exports ([9342d5f](9342d5f)) * disable multiple exports and allow creation of big exports ([452e03e](452e03e)) * update dependencies ([ed7d090](ed7d090)) ### BREAKING CHANGES * remove exports:all command * exports:all command is not more available and export:create command now supports big exports * exports:all command is not more available and export:create command now supports big exports
1 parent ab2c24e commit c7d8fec

2 files changed

Lines changed: 38 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,40 @@
1+
# [4.0.0-rc.1](https://github.com/commercelayer/commercelayer-cli-plugin-exports/compare/v3.9.2...v4.0.0-rc.1) (2026-04-27)
2+
3+
4+
### breaking
5+
6+
* Disabled deprecated exports:all commands ([c08872b](https://github.com/commercelayer/commercelayer-cli-plugin-exports/commit/c08872b49516670979bc539412f13c36f9ac802b))
7+
* Disabled deprecated exports:all commands ([646ab38](https://github.com/commercelayer/commercelayer-cli-plugin-exports/commit/646ab38028c869d3682b6a1e74edf88ec7a80f5f))
8+
9+
10+
### Bug Fixes
11+
12+
* fix command example ([afb9c90](https://github.com/commercelayer/commercelayer-cli-plugin-exports/commit/afb9c9007453cedf16198e6ffe77579f01db3e64))
13+
* fix dependencies ([ed85c48](https://github.com/commercelayer/commercelayer-cli-plugin-exports/commit/ed85c483d54833a71ff66544b9fe80339c5cf651))
14+
* fix export output ([e0294e5](https://github.com/commercelayer/commercelayer-cli-plugin-exports/commit/e0294e5cf8d939af5ea3746b0812153ddca3b6ef))
15+
* fix export output ([ae31477](https://github.com/commercelayer/commercelayer-cli-plugin-exports/commit/ae3147757977598fe9686d6295491dee3361ca73))
16+
* fix npm release ([f59e5b2](https://github.com/commercelayer/commercelayer-cli-plugin-exports/commit/f59e5b2b8f7a8b8a35fa95e3f36c713b64f29890))
17+
* fix processed records count ([c0779e6](https://github.com/commercelayer/commercelayer-cli-plugin-exports/commit/c0779e68b048aa57de425b4a0b94f982bbed2eb6))
18+
* fix processed records count ([9353862](https://github.com/commercelayer/commercelayer-cli-plugin-exports/commit/935386243c3201054248174503cc9b6f1e17afb1))
19+
* fix semantic release trusted publisher ([ab2c24e](https://github.com/commercelayer/commercelayer-cli-plugin-exports/commit/ab2c24e99d99168882f2c15d26e8d96edfeb9763))
20+
* update dependencies ([62283e3](https://github.com/commercelayer/commercelayer-cli-plugin-exports/commit/62283e35828325cb17d5f7a8abc7632b6a0da1e1))
21+
* update dependencies ([df3fecd](https://github.com/commercelayer/commercelayer-cli-plugin-exports/commit/df3fecdba0edc65ed5a3887e22ea685b35c7acb4))
22+
23+
24+
### Features
25+
26+
* add support for new big exports ([29bfaf8](https://github.com/commercelayer/commercelayer-cli-plugin-exports/commit/29bfaf81220f1b165cfd29a3c93fab202193b661))
27+
* disable multiple exports and allow creation of big exports ([9342d5f](https://github.com/commercelayer/commercelayer-cli-plugin-exports/commit/9342d5fac26d2a74f91130d6ba5cc9e6b3006322))
28+
* disable multiple exports and allow creation of big exports ([452e03e](https://github.com/commercelayer/commercelayer-cli-plugin-exports/commit/452e03ec3fb6971ae6daaec8dc3f5087d8817f6b))
29+
* update dependencies ([ed7d090](https://github.com/commercelayer/commercelayer-cli-plugin-exports/commit/ed7d090dfc0170c98fda265658eec9cba5b7bd25))
30+
31+
32+
### BREAKING CHANGES
33+
34+
* remove exports:all command
35+
* exports:all command is not more available and export:create command now supports big exports
36+
* exports:all command is not more available and export:create command now supports big exports
37+
138
## [3.7.6](https://github.com/commercelayer/commercelayer-cli-plugin-exports/compare/v3.7.5...v3.7.6) (2025-09-29)
239

340

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@commercelayer/cli-plugin-exports",
33
"description": "Commerce Layer CLI Exports plugin",
4-
"version": "3.7.6",
4+
"version": "4.0.0-rc.1",
55
"author": "Pierluigi Viti <pierluigi@commercelayer.io>",
66
"homepage": "https://github.com/commercelayer/commercelayer-cli-plugin-exports",
77
"repository": "commercelayer/commercelayer-cli-plugin-exports",

0 commit comments

Comments
 (0)