diff --git a/CHANGELOG.md b/CHANGELOG.md index e9d7639e04..ad0ee3a419 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -38,6 +38,10 @@ - Improve a few error messages around various subtyping issues. https://github.com/rescript-lang/rescript/pull/7404 - Refactor the ast for record expressions and patterns. https://github.com/rescript-lang/rescript/pull/7528 +#### :house: Internal + +- Export binary paths from rescript package. https://github.com/rescript-lang/rescript/pull/7530 + # 12.0.0-alpha.13 #### :boom: Breaking Change diff --git a/package.json b/package.json index a246219042..14498fef15 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,8 @@ "exports": { "./lib/es6/*": "./lib/es6/*", "./lib/js/*": "./lib/js/*", - "./package.json": "./package.json" + "./package.json": "./package.json", + "./binaries": "./cli/common/bins.js" }, "imports": { "#cli/*": "./cli/common/*.js",