mod-build 3.6.86 → 3.6.88

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 +8 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Changelog
2
2
 
3
+ ## 3.6.88
4
+
5
+ - Reverting the change made in `3.6.87` — need to regroup on a solve for our cache bust & it affecting JS parameters.
6
+
7
+ ## 3.6.87
8
+
9
+ - Updated the `cache-bust` gulp task to exclude our entire `scripts/` folder when updating asset names.
10
+
3
11
  ## 3.6.86
4
12
 
5
13
  - Updated the `add-path-subdirectories` task to include `<video>` tag attributes in the replacements, as well as fixing a bug for replacing `accessible-components/` paths
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mod-build",
3
- "version": "3.6.86",
3
+ "version": "3.6.88",
4
4
  "description": "Share components for S3 sites.",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1",