We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae65399 commit 20aa755Copy full SHA for 20aa755
2 files changed
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
## Unreleased
4
5
+## 5.1.1
6
+
7
+- removes `type` attribute of `earlyHint` helper ([#193](https://github.com/bigcommerce/paper-handlebars/pull/193))
8
9
## 5.1.0
10
- enable optional resource hint generation in `stylesheet` helper([#187](https://github.com/bigcommerce/paper-handlebars/pull/187))
11
- enable optional resource hint generation in `getFontsCollection` helper ([#188](https://github.com/bigcommerce/paper-handlebars/pull/188))
package.json
@@ -1,6 +1,6 @@
1
{
"name": "@bigcommerce/stencil-paper-handlebars",
- "version": "5.1.0",
+ "version": "5.1.1",
"description": "A paper plugin to render pages using Handlebars.js",
"main": "index.js",
"author": "Bigcommerce",
0 commit comments