-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(release): 5.0.0-rc.1 [skip ci]
# [5.0.0-rc.1](v4.9.3...v5.0.0-rc.1) (2024-04-15) ### Bug Fixes * fix dependencies ([d6505c4](d6505c4)) * fix release config ([31b51ee](31b51ee)) * fix scripts ([f562eba](f562eba)) * fix ts-node ([a12682c](a12682c)) * fix update package ([4444090](4444090)) * replace ts-node with tsx ([9dc3ff1](9dc3ff1)) ### Features * prerelease ([1e0075b](1e0075b)) * update triggers and dependencies ([d156c4a](d156c4a)) ### Performance Improvements * update engine ([d93f8d4](d93f8d4)) * upgrade to oclif 3 ([7ebd124](7ebd124)) ### BREAKING CHANGES * remove support for node.js <20 * the framework oclif and its plugins have been migrated to next major version
- Loading branch information
1 parent
d6505c4
commit 71f423a
Showing
2 changed files
with
31 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@commercelayer/cli-plugin-orders", | ||
"description": "Commerce Layer CLI Orders plugin", | ||
"version": "5.0.0-oclif3.8", | ||
"version": "5.0.0-rc.1", | ||
"author": "Pierluigi Viti <[email protected]>", | ||
"homepage": "https://github.com/commercelayer/commercelayer-cli-plugin-orders", | ||
"repository": "commercelayer/commercelayer-cli-plugin-orders", | ||
|