Skip to content

Commit

Permalink
chore(release): 2.0.23 [skip ci]
Browse files Browse the repository at this point in the history
## [2.0.23](v2.0.22...v2.0.23) (2024-01-19)

### Bug Fixes

* log a more helpful 404 ([763ffda](763ffda))
* print which server you're logging into ([6ec8333](6ec8333))
  • Loading branch information
semantic-release-bot committed Jan 19, 2024
1 parent 35d920e commit f99e5ea
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [2.0.23](https://github.com/eik-lib/cli/compare/v2.0.22...v2.0.23) (2024-01-19)


### Bug Fixes

* log a more helpful 404 ([763ffda](https://github.com/eik-lib/cli/commit/763ffda93b5247acc7af328094ecd634d1b25b51))
* print which server you're logging into ([6ec8333](https://github.com/eik-lib/cli/commit/6ec8333eb8bc6c9b535aeb55d1f2226e093286b5))

## [2.0.22](https://github.com/eik-lib/cli/compare/v2.0.21...v2.0.22) (2022-01-28)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eik/cli",
"version": "2.0.22",
"version": "2.0.23",
"description": "Cli tool for publishing assets",
"main": "./classes/index.js",
"bin": {
Expand Down

0 comments on commit f99e5ea

Please sign in to comment.