zx-bulk-release 3.0.0 → 3.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,8 @@
1
+ ## [3.0.1](https://github.com/semrel-extra/zx-bulk-release/compare/v3.0.0...v3.0.1) (2026-04-11)
2
+
3
+ ### Fixes & improvements
4
+ * docs: add v2 > v3 migration guide ([18f68fa](https://github.com/semrel-extra/zx-bulk-release/commit/18f68fa62d700ae48f0f2da19b42bf91b23b5d14))
5
+
1
6
  ## [3.0.0](https://github.com/semrel-extra/zx-bulk-release/compare/v2.21.1...v3.0.0) (2026-04-11)
2
7
 
3
8
  ### Fixes & improvements
package/README.md CHANGED
@@ -16,6 +16,10 @@
16
16
  * No extra builds. The required deps are fetched from the pkg registry (`npmFetch` config opt).
17
17
  * **Two-phase pipeline**: build and delivery can run as separate jobs with isolated credentials.
18
18
 
19
+
20
+ > [!NOTE]
21
+ > **[Migration guide v2 → v3](./MIGRATION_V2_V3.md)**
22
+
19
23
  ## Roadmap
20
24
  * [x] Store release metrics to `meta`.
21
25
  * [x] Two-phase pipeline (pack / deliver).
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "zx-bulk-release",
3
3
  "alias": "bulk-release",
4
- "version": "3.0.0",
4
+ "version": "3.0.1",
5
5
  "description": "zx-based alternative for multi-semantic-release",
6
6
  "type": "module",
7
7
  "exports": {