mod-build 4.0.1-beta.9 → 4.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +2 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,6 +1,8 @@
1
1
  ## 4.0.1
2
2
 
3
3
  - Add footAssetsConfig to additionalAssets
4
+ - Updated Handlebars HMR to compile the templates when partials are changed
5
+ - Added a `clean` task to delete directories created on build for easier testing
4
6
 
5
7
  ## 4.0.0-beta.5
6
8
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mod-build",
3
- "version": "4.0.1-beta.9",
3
+ "version": "4.0.1",
4
4
  "description": "Share components for S3 sites.",
5
5
  "type": "module",
6
6
  "scripts": {