Skip to content

Commit

Permalink
Release 5.0.3 (#179)
Browse files Browse the repository at this point in the history
  • Loading branch information
jairo-bc authored Jul 11, 2022
1 parent 3ae6c88 commit 1f28771
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Changelog

## Unreleased
## 5.0.3
- bugfix & setup to replace 3p helpers incrementally: `moment` and `option` ([#178](https://github.com/bigcommerce/paper-handlebars/pull/178))

## 5.0.2
- Fix replacement `get` and `option` helpers for backwards-compatibility ([#173](https://github.com/bigcommerce/paper-handlebars/pull/173))
- `get` now fully supports property paths constructed using `concat`
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": "5.0.2",
"version": "5.0.3",
"description": "A paper plugin to render pages using Handlebars.js",
"main": "index.js",
"author": "Bigcommerce",
Expand Down

0 comments on commit 1f28771

Please sign in to comment.