Skip to content

Commit

Permalink
2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dlmr committed Sep 22, 2016
1 parent 267abe1 commit 8b0e90b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 8b0e90b

Please sign in to comment.