From 2698c0bb3ba8a065561f98ea26b6be1f470f9b56 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 14 Aug 2024 22:24:59 +0000 Subject: [PATCH] chore(release): 3.0.2 [skip ci] ## [3.0.2](https://github.com/eik-lib/cli/compare/v3.0.1...v3.0.2) (2024-08-14) ### Bug Fixes * include semantic release plugins from common package ([ac9e5a1](https://github.com/eik-lib/cli/commit/ac9e5a1ebd7dfda2ab77625f2c8c8c5dee5f8c31)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 13cfbd58..f208da46 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.0.2](https://github.com/eik-lib/cli/compare/v3.0.1...v3.0.2) (2024-08-14) + + +### Bug Fixes + +* include semantic release plugins from common package ([ac9e5a1](https://github.com/eik-lib/cli/commit/ac9e5a1ebd7dfda2ab77625f2c8c8c5dee5f8c31)) + # [3.0.0](https://github.com/eik-lib/cli/compare/v2.0.39...v3.0.0) (2024-08-12) diff --git a/package.json b/package.json index f6719580..80f5bbdb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@eik/cli", - "version": "3.0.0", + "version": "3.0.2", "description": "CLI tool for publishing assets to an Eik server", "main": "./classes/index.js", "types": "./types/classes/index.d.ts",