mod-build 3.6.70 → 3.6.71

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 +4 -4
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,12 +1,12 @@
1
1
  # Changelog
2
2
 
3
- ## 3.6.70
3
+ ## 3.6.71
4
4
 
5
- - Removed qa environment heap integration
5
+ - Implemented copy-font gulp task based on configuration . Also update cache-bust task to not to include font files.
6
6
 
7
- ## 3.6.70-beta.1
7
+ ## 3.6.70
8
8
 
9
- - Implemented copy-font gulp task based on configuration . Also update cache-bust task to not to include font files.
9
+ - Removed qa environment heap integration
10
10
 
11
11
  ## 3.6.69
12
12
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mod-build",
3
- "version": "3.6.70",
3
+ "version": "3.6.71",
4
4
  "description": "Share components for S3 sites.",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1",