-
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.
# [6.0.0](v5.6.5...v6.0.0) (2024-04-30) ### Bug Fixes * fix dependencies ([eb7f830](eb7f830)) * fix release config ([3c6ce82](3c6ce82)) * fix sdk dependency ([60673fe](60673fe)) * fix ts-node ([2081922](2081922)) * fix update package ([daf2b90](daf2b90)) * replace ts-node with tsx ([88e090d](88e090d)) * update dependencies ([66e5889](66e5889)) * update dependencies ([29ea6a7](29ea6a7)) * update dependencies ([0b980f3](0b980f3)) * update dependencies ([f725528](f725528)) ### Features * prerelease ([422da24](422da24)) ### Performance Improvements * update engine ([46a0600](46a0600)) * upgrade to oclif 3 ([382392c](382392c)) ### 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
5dbc0a6
commit f773195
Showing
2 changed files
with
34 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-token", | ||
"description": "Commerce Layer CLI Token plugin", | ||
"version": "6.0.0-rc.3", | ||
"version": "6.0.0", | ||
"author": "Pierluigi Viti <[email protected]>", | ||
"homepage": "https://github.com/commercelayer/commercelayer-cli-plugin-token", | ||
"repository": "commercelayer/commercelayer-cli-plugin-token", | ||
|