Skip to content

Commit abbdf90

Browse files
chore(release): 2.0.38 [skip ci]
## [2.0.38](v2.0.37...v2.0.38) (2024-05-13) ### Bug Fixes * include message from base error for unexpected status codes ([#549](#549)) ([d5637df](d5637df))
1 parent 8bf8961 commit abbdf90

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [2.0.38](https://github.com/eik-lib/cli/compare/v2.0.37...v2.0.38) (2024-05-13)
2+
3+
4+
### Bug Fixes
5+
6+
* include message from base error for unexpected status codes ([#549](https://github.com/eik-lib/cli/issues/549)) ([d5637df](https://github.com/eik-lib/cli/commit/d5637dff5acca4bc8f2cc91799c9c96555e9bf1b))
7+
18
## [2.0.37](https://github.com/eik-lib/cli/compare/v2.0.36...v2.0.37) (2024-05-06)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eik/cli",
3-
"version": "2.0.37",
3+
"version": "2.0.38",
44
"description": "CLI tool for publishing assets to an Eik server",
55
"main": "./classes/index.js",
66
"bin": {

0 commit comments

Comments
 (0)