From 8b0e90bfc818bffbff6254680017b976f324c7fa Mon Sep 17 00:00:00 2001 From: Gustaf Dalemar Date: Thu, 22 Sep 2016 10:03:33 +0200 Subject: [PATCH] 2.0.1 --- README.md | 5 ++++- package.json | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 83954cb..72e1e59 100644 --- a/README.md +++ b/README.md @@ -46,12 +46,15 @@ __Example__ [Please see here for all of the commands](/docs/Commands.md). # Changelog +## 2.0.1 +- Added missing `bin/` folder when publishing to npm. + ## 2.0.0 - Updated to work with the latest version of `roc`. - Now uses `extensions/` instead of `packages/` for the extensions. - Changed from running `lint-alias` to `lint` on release by default and added option to use alias with `--use-alias`. - Updated to use ESLint 3.0. -- Added new command, `rnm`, for removing `node_modules` in extensions directory. +- Added new command, `rnm`, for removing `node_modules` in extensions directory. ## 1.3.2 - Fixed regression from the previous release. diff --git a/package.json b/package.json index 1b5ce29..369baf0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@rocjs/roc-internal-dev", - "version": "2.0.0", + "version": "2.0.1", "description": "Roc enhancher used for development of Roc extensions", "bin": { "rid": "bin/index.js"