From 57add39543819f6e76893ae5cda6b91fdda5289c Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 17 Aug 2022 13:36:19 +0000 Subject: [PATCH] chore(release): 3.0.0-next.2 [skip ci] # [3.0.0-next.2](https://github.com/eik-lib/cli/compare/v3.0.0-next.1...v3.0.0-next.2) (2022-08-17) ### Bug Fixes * incorrect version number displayed on alias when updating with a cache layer infront ([8c468d6](https://github.com/eik-lib/cli/commit/8c468d670f6f10f25ae4decdab7a6950a1093d6a)) ### Features * **!:** new alias command for all types of packages ([e482880](https://github.com/eik-lib/cli/commit/e48288002e9e8942f71d8f8dd0583395152aff49)) ### BREAKING CHANGES * **!:** New alias command that is to be used for creating package, npm and import map aliases. Old alias commands have been removed. --- CHANGELOG.md | 17 +++++++++++++++++ package.json | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 10c837ff..757b7278 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ +# [3.0.0-next.2](https://github.com/eik-lib/cli/compare/v3.0.0-next.1...v3.0.0-next.2) (2022-08-17) + + +### Bug Fixes + +* incorrect version number displayed on alias when updating with a cache layer infront ([8c468d6](https://github.com/eik-lib/cli/commit/8c468d670f6f10f25ae4decdab7a6950a1093d6a)) + + +### Features + +* **!:** new alias command for all types of packages ([e482880](https://github.com/eik-lib/cli/commit/e48288002e9e8942f71d8f8dd0583395152aff49)) + + +### BREAKING CHANGES + +* **!:** New alias command that is to be used for creating package, npm and import map aliases. Old alias commands have been removed. + # [3.0.0-next.1](https://github.com/eik-lib/cli/compare/v2.0.22...v3.0.0-next.1) (2022-08-17) diff --git a/package.json b/package.json index 23bd20c6..e3da6fb6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@eik/cli", - "version": "3.0.0-next.1", + "version": "3.0.0-next.2", "description": "Cli tool for publishing assets", "main": "./classes/index.js", "bin": {