diff --git a/CHANGELOG.md b/CHANGELOG.md index 82a58371..a706980a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.1.4](https://github.com/eik-lib/cli/compare/v3.1.3...v3.1.4) (2024-08-26) + + +### Bug Fixes + +* **deps:** update dependency ora to v8.1.0 ([7a784bc](https://github.com/eik-lib/cli/commit/7a784bc3f36713d932041a7b7c9a7dc56ffc0a63)) + ## [3.1.3](https://github.com/eik-lib/cli/compare/v3.1.2...v3.1.3) (2024-08-19) diff --git a/package.json b/package.json index f1f7a2ff..0ee52270 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@eik/cli", - "version": "3.1.3", + "version": "3.1.4", "description": "CLI tool for publishing assets to an Eik server", "main": "./classes/index.js", "types": "./types/classes/index.d.ts",