Skip to content

Commit

Permalink
chore(release): 3.0.0-next.2 [skip ci]
Browse files Browse the repository at this point in the history
# [3.0.0-next.2](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](8c468d6))

### Features

* **!:** new alias command for all types of packages ([e482880](e482880))

### BREAKING CHANGES

* **!:** New alias command that is to be used for creating package, npm and import map aliases. Old alias commands have been removed.
  • Loading branch information
semantic-release-bot committed Aug 17, 2022
1 parent 69b01b6 commit 57add39
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 57add39

Please sign in to comment.