From c00f2356fdcfe998ad8b302f58b3b796a018a648 Mon Sep 17 00:00:00 2001 From: Mario Campa Date: Tue, 11 Apr 2017 17:06:52 -0700 Subject: [PATCH] version bump 2.0.0 --- CHANGELOG.md | 5 ++++- package.json | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 124fe1c0..9824bbc4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ # Changelog -## Draft +## 2.0.0 (2017-04-11) +- Adds and exposes the helpers we've selected from the handlebars-helpers library [#110](https://github.com/bigcommerce/paper/pull/110) +- Update docs to describe the interface required by paper for assembler and callbacks [#111](https://github.com/bigcommerce/paper/pull/111) +- Remove configId from cdn/assets urls for preventing busting the cached assets when configId changes [#112](https://github.com/bigcommerce/paper/pull/112) ## 1.2.0 (2017-02-23) diff --git a/package.json b/package.json index 86b62972..f7db9308 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bigcommerce/stencil-paper", - "version": "1.2.0", + "version": "2.0.0", "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",