diff --git a/README.md b/README.md index 6c47b94..41e633e 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,9 @@ 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.2 +- Fixed regression from the previous release. + ## 1.3.1 - Added a way to link additional modules when running the `link` command, see `rid link -h` for more info. diff --git a/package.json b/package.json index 851ad7e..21df607 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@rocjs/roc-internal-dev", - "version": "1.3.1", + "version": "1.3.2", "description": "Roc package for used for development of Roc packages", "main": "index.js", "bin": {