Skip to content

Commit d0b70e2

Browse files
chore: release 5.1.0 (#192)
1 parent 7c6cf32 commit d0b70e2

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# Changelog
22

33
## Unreleased
4+
5+
## 5.1.0
6+
- enable optional resource hint generation in `stylesheet` helper([#187](https://github.com/bigcommerce/paper-handlebars/pull/187))
7+
- enable optional resource hint generation in `getFontsCollection` helper ([#188](https://github.com/bigcommerce/paper-handlebars/pull/188))
8+
- enable optional resource hint generation in `cdn` helper([#189](https://github.com/bigcommerce/paper-handlebars/pull/189))
9+
- introduce new `earlyHint` helper ([#190](https://github.com/bigcommerce/paper-handlebars/pull/190))
10+
411
## 5.0.6
512
- bugfix for edge case affecting `get`, `getObject`, and `option` ([#185](https://github.com/bigcommerce/paper-handlebars/pull/185))
613

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bigcommerce/stencil-paper-handlebars",
3-
"version": "5.0.6",
3+
"version": "5.1.0",
44
"description": "A paper plugin to render pages using Handlebars.js",
55
"main": "index.js",
66
"author": "Bigcommerce",

0 commit comments

Comments
 (0)