diff --git a/.changeset/chilled-donuts-beg.md b/.changeset/chilled-donuts-beg.md deleted file mode 100644 index b0c63270f..000000000 --- a/.changeset/chilled-donuts-beg.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'modular-scripts': patch ---- - -Fix modular lint not linting all when no arguments are provided and not a git -repository diff --git a/packages/modular-scripts/CHANGELOG.md b/packages/modular-scripts/CHANGELOG.md index efb14bff5..d9b26a5cc 100644 --- a/packages/modular-scripts/CHANGELOG.md +++ b/packages/modular-scripts/CHANGELOG.md @@ -1,5 +1,14 @@ # modular-scripts +## 4.3.1 + +### Patch Changes + +- [#2353](https://github.com/jpmorganchase/modular/pull/2353) + [`390243d`](https://github.com/jpmorganchase/modular/commit/390243d95253dedff45096d01341b57eae7bbf1b) + Thanks [@AlbertoBrusa](https://github.com/AlbertoBrusa)! - Fix modular lint + not linting all when no arguments are provided and not a git repository + ## 4.3.0 ### Minor Changes diff --git a/packages/modular-scripts/package.json b/packages/modular-scripts/package.json index b691988ee..1b9d01098 100644 --- a/packages/modular-scripts/package.json +++ b/packages/modular-scripts/package.json @@ -1,6 +1,6 @@ { "name": "modular-scripts", - "version": "4.3.0", + "version": "4.3.1", "license": "Apache-2.0", "repository": { "type": "git",