diff --git a/.changeset/unlucky-dodos-poke.md b/.changeset/unlucky-dodos-poke.md deleted file mode 100644 index 0d66da33e..000000000 --- a/.changeset/unlucky-dodos-poke.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'modular-scripts': patch ---- - -Fix font loading on Webpack 5 diff --git a/packages/modular-scripts/CHANGELOG.md b/packages/modular-scripts/CHANGELOG.md index dae6dd0c3..33a28a449 100644 --- a/packages/modular-scripts/CHANGELOG.md +++ b/packages/modular-scripts/CHANGELOG.md @@ -1,5 +1,14 @@ # modular-scripts +## 3.0.1 + +### Patch Changes + +- [#1734](https://github.com/jpmorganchase/modular/pull/1734) + [`4c27c33`](https://github.com/jpmorganchase/modular/commit/4c27c33b2aeea6ad274584efde37f59e0ba4850d) + Thanks [@cristiano-belloni](https://github.com/cristiano-belloni)! - Fix font + loading on Webpack 5 + ## 3.0.0 ### Major Changes diff --git a/packages/modular-scripts/package.json b/packages/modular-scripts/package.json index 623f18741..a16bb4ffd 100644 --- a/packages/modular-scripts/package.json +++ b/packages/modular-scripts/package.json @@ -1,6 +1,6 @@ { "name": "modular-scripts", - "version": "3.0.0", + "version": "3.0.1", "license": "Apache-2.0", "bin": { "modular": "dist-cjs/cli.js"