diff --git a/CHANGELOG.md b/CHANGELOG.md index 95ce474..0ed3c0c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ ## Unreleased +## 5.1.7 + +- fix: preload hints nested templates returning undefined paths ([#212])[https://github.com/bigcommerce/paper-handlebars/pull/212] +- feat: bundle library to js file ([#211])[https://github.com/bigcommerce/paper-handlebars/pull/211] + ## 5.1.6 - ref: STRF-10124 Clean up handlebars dependencies ([#209])[https://github.com/bigcommerce/paper-handlebars/pull/209] diff --git a/package.json b/package.json index 8450cbd..3336f2b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bigcommerce/stencil-paper-handlebars", - "version": "5.1.6", + "version": "5.1.7", "description": "A paper plugin to render pages using Handlebars.js", "main": "index.js", "author": "Bigcommerce",