From 07f1dae1679701492721dc5d187652dde8712d0a Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 6 Nov 2018 21:34:26 +0000 Subject: [PATCH] chore(release): 2.0.0 [skip ci] # [2.0.0](https://github.com/ahmadnassri/node-install-group/compare/v1.0.0...v2.0.0) (2018-11-06) ### Bug Fixes * **cli:** simplified code and less dependencies ([bfa8b77](https://github.com/ahmadnassri/node-install-group/commit/bfa8b77)) * **package:** correct include for "libs" dir ([0dcc6d7](https://github.com/ahmadnassri/node-install-group/commit/0dcc6d7)) * **scaffold:** update project scaffold template ([3883676](https://github.com/ahmadnassri/node-install-group/commit/3883676)) ### Features * **args:** allow to pass in arguments to final npm install command ([d3810c0](https://github.com/ahmadnassri/node-install-group/commit/d3810c0)) * **development:** allow for "development" alias ([5710433](https://github.com/ahmadnassri/node-install-group/commit/5710433)) * **package:** rename package ([b46f65a](https://github.com/ahmadnassri/node-install-group/commit/b46f65a)) * **prod:** allow for prod dependencies install ([1c6d1b3](https://github.com/ahmadnassri/node-install-group/commit/1c6d1b3)) ### BREAKING CHANGES * **package:** npm package was not working prior to this release --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 665d678..86dc2e3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "install-group", - "version": "0.0.0-development", + "version": "2.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 9168be1..bce084a 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "0.0.0-development", + "version": "2.0.0", "name": "install-group", "description": "Dependency grouping for npm-install", "author": "Ahmad Nassri (https://www.ahmadnassri.com/)",