diff --git a/CHANGELOG.md b/CHANGELOG.md index f208da46..87fb5963 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [3.1.0](https://github.com/eik-lib/cli/compare/v3.0.2...v3.1.0) (2024-08-15) + + +### Features + +* add support for image namespace publishing and aliasing ([a1a7e4c](https://github.com/eik-lib/cli/commit/a1a7e4c676cc45d30c63f4e522771298947dc47d)) + ## [3.0.2](https://github.com/eik-lib/cli/compare/v3.0.1...v3.0.2) (2024-08-14) diff --git a/package.json b/package.json index 80f5bbdb..5251a760 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@eik/cli", - "version": "3.0.2", + "version": "3.1.0", "description": "CLI tool for publishing assets to an Eik server", "main": "./classes/index.js", "types": "./types/classes/index.d.ts",