Skip to content

Commit

Permalink
chore(release): 5.17.0 [skip ci]
Browse files Browse the repository at this point in the history
# [5.17.0](v5.16.0...v5.17.0) (2023-11-28)

### Bug Fixes

* fix compilation issue ([060e730](060e730))

### Features

* add login with provisioning applications ([95d1ed4](95d1ed4)), closes [#168](#168)
  • Loading branch information
semantic-release-bot committed Nov 28, 2023
1 parent 060e730 commit a603d7f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# [5.17.0](https://github.com/commercelayer/commercelayer-cli/compare/v5.16.0...v5.17.0) (2023-11-28)


### Bug Fixes

* fix compilation issue ([060e730](https://github.com/commercelayer/commercelayer-cli/commit/060e7303823c94f05085373dc60b5e6c95f776c7))


### Features

* add login with provisioning applications ([95d1ed4](https://github.com/commercelayer/commercelayer-cli/commit/95d1ed4cdb87254b78fba446227cfca0c34b0f69)), closes [#168](https://github.com/commercelayer/commercelayer-cli/issues/168)
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@commercelayer/cli",
"description": "Commerce Layer CLI",
"version": "5.16.0",
"version": "5.17.0",
"author": "Pierluigi Viti <pierluigi@commercelayer.io>",
"bin": {
"commercelayer": "./bin/run",
Expand Down Expand Up @@ -36,9 +36,7 @@
"@oclif/plugin-plugins",
"@oclif/plugin-autocomplete"
],
"devPlugins": [

],
"devPlugins": [],
"aliases": {
"blocked": null
},
Expand Down

0 comments on commit a603d7f

Please sign in to comment.