From ea0881b0e0cdea29942d483629a19b2ede3091e8 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 19 Aug 2024 08:00:41 +0000 Subject: [PATCH] chore(release): 3.1.2 [skip ci] ## [3.1.2](https://github.com/eik-lib/cli/compare/v3.1.1...v3.1.2) (2024-08-19) ### Bug Fixes * **deps:** update eik packages ([d55f539](https://github.com/eik-lib/cli/commit/d55f53955cce60d0e07a9d79c3746fc14d0ea00d)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fd3bd171..25701061 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.1.2](https://github.com/eik-lib/cli/compare/v3.1.1...v3.1.2) (2024-08-19) + + +### Bug Fixes + +* **deps:** update eik packages ([d55f539](https://github.com/eik-lib/cli/commit/d55f53955cce60d0e07a9d79c3746fc14d0ea00d)) + ## [3.1.1](https://github.com/eik-lib/cli/compare/v3.1.0...v3.1.1) (2024-08-19) diff --git a/package.json b/package.json index fee63e23..aae3a475 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@eik/cli", - "version": "3.1.1", + "version": "3.1.2", "description": "CLI tool for publishing assets to an Eik server", "main": "./classes/index.js", "types": "./types/classes/index.d.ts",