Skip to content

Commit

Permalink
Merge pull request #64 from bc-williamkwon/updatePaperHandlebars
Browse files Browse the repository at this point in the history
STRF-7011 Release 4.0.10
  • Loading branch information
bc-williamkwon authored Jul 10, 2019
2 parents cd06b48 + bd0a8b1 commit 4c73e84
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
# Changelog

## Unreleased

## 4.1.0
- Upgrade Lodash to 4.17.13
- Reduce usage of arguments
- Reduce arguments usage where possible
- Refactor helper functions to use Handlebars utils type checks instead of Lodash type checks
- Add getImageSrcset helper
- Refactor getImage helper to return image URL as SafeString instead of string


## 4.0.9
- Revert "Refactor functions away from arguments pattern for better performance" from 4.0.7
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bigcommerce/stencil-paper-handlebars",
"version": "4.0.9",
"version": "4.1.0",
"description": "A paper plugin to render pages using Handlebars.js",
"main": "index.js",
"author": "Bigcommerce",
Expand Down

0 comments on commit 4c73e84

Please sign in to comment.