@shift72/core-template 1.9.0 → 1.9.1

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  # Changelog
2
2
 
3
- ## [Unreleased](https://github.com/shift72/core-template/compare/1.9.0...HEAD)
3
+ ## [Unreleased](https://github.com/shift72/core-template/compare/1.9.1...HEAD)
4
+
5
+ ## [1.9.1](https://github.com/shift72/core-template/compare/1.9.0...1.9.1)
6
+
7
+ ### Changed
8
+ - Bumped base version of relish to 1.4.x
4
9
 
5
10
  ## [1.9.0](https://github.com/shift72/core-template/compare/1.8.0...1.9.0)
6
11
 
package/kibble.json CHANGED
@@ -191,5 +191,5 @@
191
191
  "pageSize": 0
192
192
  }
193
193
  ],
194
- "coreTemplateVersion": "1.9.0"
194
+ "coreTemplateVersion": "1.9.1"
195
195
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shift72/core-template",
3
- "version": "1.9.0",
3
+ "version": "1.9.1",
4
4
  "description": "Shift72 core template",
5
5
  "license": "MIT",
6
6
  "scripts": {
@@ -4,7 +4,7 @@
4
4
  {{import "./google.jet" }}
5
5
  {{import "./footer/footer.jet" }}
6
6
 
7
- {{CDN := "//cdn.shift72.com/1.3"}}
7
+ {{CDN := "//cdn.shift72.com/1.4"}}
8
8
  {*{CDN := "//localhost:3000"}*}
9
9
 
10
10
  {{CSSFileURL := site.SiteBrand.GetLink("css", "")}}