diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d0b8e9..c671f5a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [1.8.0](https://github.com/fancyboynet/rubik-cli/compare/v1.7.0...v1.8.0) (2020-07-07) + + +### Features + +* add auto find valid port ([14cf540](https://github.com/fancyboynet/rubik-cli/commit/14cf5409864f522f31431ada537ab5d51420a90d)) + ## [1.7.0](https://github.com/fancyboynet/rubik-cli/compare/v1.6.0...v1.7.0) (2020-03-08) diff --git a/package.json b/package.json index e8d22b9..d34e419 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rubik-cli", - "version": "1.7.0", + "version": "1.8.0", "description": "Only one command for web app development with Pure/Vue/React or javascript libraries.", "bin": { "rubik": "bin/main.js"