Skip to content

Commit

Permalink
1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dlmr committed May 6, 2016
1 parent fe3e5f1 commit a4d650b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ You can use the short name `rid` if you don't want to write out the entire name.
We should create a template that can be used to quickly create new packages/plugins.

# Changelog
## 1.3.1
- Added a way to link additional modules when running the `link` command, see `rid link -h` for more info.

## 1.3.0
- This release was botched, see 1.3.1 instead.

## 1.2.1
- Now uses `lint-alias` instead of `alias` when doing the 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": "1.2.1",
"version": "1.3.1",
"description": "Roc package for used for development of Roc packages",
"main": "index.js",
"bin": {
Expand Down

0 comments on commit a4d650b

Please sign in to comment.