diff --git a/.changeset/short-rings-exercise.md b/.changeset/short-rings-exercise.md deleted file mode 100644 index bd94afa6ac..0000000000 --- a/.changeset/short-rings-exercise.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"modular-scripts": patch ---- - -Fix paths issue with "modular start" and esm-views on windows diff --git a/packages/modular-scripts/CHANGELOG.md b/packages/modular-scripts/CHANGELOG.md index 6c4a6c1413..e66211229f 100644 --- a/packages/modular-scripts/CHANGELOG.md +++ b/packages/modular-scripts/CHANGELOG.md @@ -1,5 +1,14 @@ # modular-scripts +## 3.1.5 + +### Patch Changes + +- [#1903](https://github.com/jpmorganchase/modular/pull/1903) + [`aa68e0e`](https://github.com/jpmorganchase/modular/commit/aa68e0e86ec6fe841538ca7f667e3dcaea8adb69) + Thanks [@cristiano-belloni](https://github.com/cristiano-belloni)! - Fix paths + issue with "modular start" and esm-views on windows + ## 3.1.4 ### Patch Changes diff --git a/packages/modular-scripts/package.json b/packages/modular-scripts/package.json index 00744ac96a..069b49bd67 100644 --- a/packages/modular-scripts/package.json +++ b/packages/modular-scripts/package.json @@ -1,6 +1,6 @@ { "name": "modular-scripts", - "version": "3.1.4", + "version": "3.1.5", "license": "Apache-2.0", "bin": { "modular": "dist-cjs/cli.js"