diff --git a/.changeset/witty-foxes-punch.md b/.changeset/witty-foxes-punch.md deleted file mode 100644 index 27d021669..000000000 --- a/.changeset/witty-foxes-punch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'modular-scripts': patch ---- - -Run jest manually, instead of using react-scripts to do so. diff --git a/packages/modular-scripts/CHANGELOG.md b/packages/modular-scripts/CHANGELOG.md index b6026e566..0a80360c3 100644 --- a/packages/modular-scripts/CHANGELOG.md +++ b/packages/modular-scripts/CHANGELOG.md @@ -1,5 +1,11 @@ # modular-scripts +## 0.3.5 + +### Patch Changes + +- 6bf06ed: Run jest manually, instead of using react-scripts to do so. + ## 0.3.4 ### Patch Changes diff --git a/packages/modular-scripts/package.json b/packages/modular-scripts/package.json index 8b1a481fa..98e347089 100644 --- a/packages/modular-scripts/package.json +++ b/packages/modular-scripts/package.json @@ -1,6 +1,6 @@ { "name": "modular-scripts", - "version": "0.3.4", + "version": "0.3.5", "license": "Apache-2.0", "bin": { "modular": "build/cli.js"