Skip to content

Commit

Permalink
chore(release): 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.0.0](v1.0.0...v2.0.0) (2018-11-06)

### Bug Fixes

* **cli:** simplified code and less dependencies ([bfa8b77](bfa8b77))
* **package:** correct include for "libs" dir ([0dcc6d7](0dcc6d7))
* **scaffold:** update project scaffold template ([3883676](3883676))

### Features

* **args:** allow to pass in arguments to final npm install command ([d3810c0](d3810c0))
* **development:** allow for "development" alias ([5710433](5710433))
* **package:** rename package ([b46f65a](b46f65a))
* **prod:** allow for prod dependencies install ([1c6d1b3](1c6d1b3))

### BREAKING CHANGES

* **package:** npm package was not working prior to this release
  • Loading branch information
semantic-release-bot committed Nov 6, 2018
1 parent b46f65a commit 07f1dae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]> (https://www.ahmadnassri.com/)",
Expand Down

0 comments on commit 07f1dae

Please sign in to comment.