From 408ffdee8899c50e2a224faa4f471d673ec1634b Mon Sep 17 00:00:00 2001 From: Hugo Dias Date: Fri, 13 Dec 2019 17:19:43 +0000 Subject: [PATCH] v0.1.0 --- changelog.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index f86332b..783c328 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,12 @@ +# [0.1.0](https://github.com/hugomrdias/connect-deps/compare/v0.0.7...v0.1.0) (2019-12-13) + + +### Features + +* support scoped package, link --connect and connect when --watch ([6b74b5f](https://github.com/hugomrdias/connect-deps/commit/6b74b5f)) + + + ## [0.0.7](https://github.com/hugomrdias/connect-deps/compare/v0.0.6...v0.0.7) (2019-07-31) diff --git a/package.json b/package.json index 8e2e4e5..6f9bcc1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "connect-deps", - "version": "0.0.7", + "version": "0.1.0", "description": "This is a CLI tool that intends to be a better yarn/npm link", "repository": "hugomrdias/connect-deps", "author": "Hugo Dias (hugodias.me)",