diff --git a/README.md b/README.md index 84c8991..6c47b94 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/package.json b/package.json index f9103d5..6927a06 100644 --- a/package.json +++ b/package.json @@ -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": {