diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f0e9a16..69e06445 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 2.0.6 (2017-09-20) +- Fix a bug in the `replace` helper [#127](https://github.com/bigcommerce/paper/pull/127) + ## 2.0.5 (2017-09-15) - Fix a bug in the `replace` helper [#125](https://github.com/bigcommerce/paper/pull/125) - Added support to use operators in the `unless` helper [#126](https://github.com/bigcommerce/paper/pull/126) diff --git a/package.json b/package.json index 8a44b677..37e6ee29 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bigcommerce/stencil-paper", - "version": "2.0.5", + "version": "2.0.6", "description": "A stencil plugin to register partials and helpers from handlebars and returns the compiled version for the stencil platform.", "main": "index.js", "author": "Bigcommerce",